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 ec60942 commit 4520f4bCopy full SHA for 4520f4b
src/functor.jl
@@ -184,7 +184,8 @@ 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 despite the GPU not being accessible. Defaulting back to the CPU." maxlog=1
+ @warn """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
191
0 commit comments