No registered implementation for custom call to cusolver_gesvdj_ffi for platform CUDA #24837
Answered
by
dfm
ZedongPeng
asked this question in
Q&A
-
I am using Here is the code I am running:
Output
The GPU information
Python and JAX versions:
|
Beta Was this translation helpful? Give feedback.
Answered by
dfm
Nov 11, 2024
Replies: 1 comment 1 reply
-
It looks to me like the issue is that the pip install -U "jax[cuda12]" everything should work! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ZedongPeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks to me like the issue is that the
jax
/jaxlib
versions are out of sync withjax-cuda12-pjrt
/jax-cuda12-plugin
. I expect that if you update:pip install -U "jax[cuda12]"
everything should work!