matrix square root function only implemented on cpu? #11195
Unanswered
xinglong-li
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That's true - the Schur decomposition was added in #8033, but it only added a CPU implementation. Adding GPU or TPU support would involve writing a translation rule to target the appropriate GPU or TPU implementation. |
Beta Was this translation helpful? Give feedback.
2 replies
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 got the error message :
NotImplementedError: Schur decomposition is only implemented on the CPU backend.
when I try use the function: jax.scipy.linalg.sqatm in computing the matrix square root on my GPU
Beta Was this translation helpful? Give feedback.
All reactions