-
Notifications
You must be signed in to change notification settings - Fork 237
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
cuDNN not available for your platform #2252
Comments
This isn't a problem with cuDNN not being available, but CUDA not being available or detected when you precompiled cuDNN. I assume you maybe installed the driver after initially installing or precompiling cuDNN.jl? Try wiping your compilecache ( |
Thanks for the reply. Do you mean I have removed it and tried again. Julia first reports And it seems I'm not the only one who is having the error. https://discourse.julialang.org/t/cudnn-julia-1-10-and-linux/106658/4 |
Yes,
That's not expected, removing the compilecache doesn't remove the package. Please try again, but also removing |
Thanks for your reply. Really appreciated.
After removing both and typing
It still reports the cuDNN missing warning though. Then I added cuDNN with
After this, it seems Thank you so much. |
When CUDNN_jll was initially precompiled, CUDA couldn't be detected. This could be a bug on our side, or it can happen when installing the CUDA driver after installing CUDNN_jll. The latter is fairly hard to improve. I'll open an issue to track it though. |
Describe the bug
After adding Flux, CUDA, cuDNN; it reports "cuDNN is not available for your platform (x86_64-linux-gnu-libgfortran5-cxx11-libstdcxx30-cuda+none-julia_version+1.10.0)" when trying to load Flux and CUDA
To reproduce
The Minimal Working Example (MWE) for this bug:
# using Flux, CUDA
Manifest.toml
Expected behavior
cuDNN being available again
Version info
Details on Julia:
Details on CUDA:
The text was updated successfully, but these errors were encountered: