You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $(repr(execution_provider)) execution provider requires the CUDA.jl and cuDNN.jl packages to be available. Try adding `import CUDA, cuDNN` to your code.
73
-
"""
74
-
elseif!getfield(CUDAExt, :cuda_functional)()
75
-
@warn"""
76
-
The $(repr(execution_provider)) execution provider requires CUDA to be functional. See `CUDA.functional`.
The $(repr(execution_provider)) execution provider requires the CUDA.jl and cuDNN.jl packages to be available. Try adding `import CUDA, cuDNN` to your code.
72
+
"""
73
+
elseif!getfield(CUDAExt, :cuda_functional)()
74
+
@warn"""
75
+
The $(repr(execution_provider)) execution provider requires CUDA to be functional. See `CUDA.functional`.
0 commit comments