You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for implementing the forward Lap. It significantly accelerates the Laplacian calculation. However, I am encountering an error when attempting to use sparsity. It seems that the sparsity is not being applied successfully. Here are the details of the issue:
Scatter ops are not yet implemented for sparse jacobians. folx should still work correctly but default to a dense implementation. I'm open to accept PRs that implement scatter ops.
Scatter ops are not yet implemented for sparse jacobians. folx should still work correctly but default to a dense implementation. I'm open to accept PRs that implement scatter ops.
Scatter ops are not yet implemented for sparse jacobians. folx should still work correctly but default to a dense implementation. I'm open to accept PRs that implement scatter ops.
Hi
Thank you for implementing the forward Lap. It significantly accelerates the Laplacian calculation. However, I am encountering an error when attempting to use sparsity. It seems that the sparsity is not being applied successfully. Here are the details of the issue:
Next is the minimal code to reproduce the error.
The text was updated successfully, but these errors were encountered: