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
Refactor sparse COO to BSR conversion so that topology remains computed by native code, but values are handled on the Python side. This would allow out-of-the-box differentiability with respect to triplet values, as well as support for more scalar types.
Context
Differentiable COO to BSR conversion is required for differentiable bilinear form assemblv in warp.fem