Vmap batching of sparse linear system equation solver #26535
Unanswered
RodrigoCoelho7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there is anyway I can batch (using vmap) a direct solver of a linear system of equations
Ax=B
where A is sparse?Unfortunately, the
jax.experimental.sparse.linalg.psolve
function is not compatible withvmap
.Beta Was this translation helpful? Give feedback.
All reactions