-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
Error messages when CUDNN is not loaded. #287
Comments
https://discourse.julialang.org/t/flux-failing-on-gpu/18948 |
At a guess, the |
250: NNlib without CUDNN r=maleadt a=MikeInnes This patch refactors our NNlib wrappers so that more things are independent of CUDNN. Right now the main benefit is to give better errors when CUDNN isn't installed (FluxML/Flux.jl#287). Of course we'd ideally have generic, if non-optimal, implementations of these functions available in future. Co-authored-by: Mike J Innes <[email protected]>
Doesn't CUDA.jl do something like this now? |
Yes, you should always get a nice error when trying to use CUDNN when it isn't available. |
e.g. when running
conv
(at least until we have Julia implementations).The text was updated successfully, but these errors were encountered: