-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cudaErrorSymbolNotFound : named symbol not found #24749
Comments
Do you have another copy of CUDA or CUDNN on your system? My guess is we're finding the wrong one, perhaps. |
I guess its possible in that I wouldn't rule it out, but its unlikely. I do not load any CUDA or CUDNN manually (using any environment variables). For example,
And checking pip as well (this was a fresh install in an venv with only JAX installed as
What would be other ways to see if any other local CUDA installations are interfering? (I highly doubt this should be the case, as any variables like |
This error is no longer there when I do a fresh install of Here is the full sequence of commands I run (this makes me think something is going wrong with CUDA detection in
EDIT: So it seems that I can fix the problem by manually installing |
Description
I am encountering this problem on a fresh install of JAX.
I just followed the instructions to install JAX (pip, bundled with CUDA) as
but I cannot run any code whatsoever. I searched for the specific error to see if there was a similar
issue, but doesn't seem like it.
I run a simple command like
python -c "import jax; import jax.numpy as jnp; print(jnp.linspace(0, 1, 10))"
, and seethe follow error:
Appreciate any pointers!
System info (python version, jaxlib version, accelerator, etc.)
Command:
python -c "import jax; jax.print_environment_info(); import jax.numpy as jnp; print(jnp.linspace(0, 1, 10))"
The text was updated successfully, but these errors were encountered: