We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4520f4b commit 5739572Copy full SHA for 5739572
src/functor.jl
@@ -184,7 +184,7 @@ function check_use_cuda()
184
@warn "CUDA.jl found cuda, but did not find libcudnn. Some functionality will not be available."
185
end
186
if !(use_cuda[])
187
- @warn """The GPU function is being called but the GPU is not accessible.
+ @info """The GPU function is being called but the GPU is not accessible.
188
Defaulting back to the CPU. (No action is required if you want to run on the CPU).""" maxlog=1
189
190
0 commit comments