Skip to content

Commit 4520f4b

Browse files
Update src/functor.jl
Co-authored-by: Kyle Daruwalla <daruwalla.k.public@icloud.com>
1 parent ec60942 commit 4520f4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/functor.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ function check_use_cuda()
184184
@warn "CUDA.jl found cuda, but did not find libcudnn. Some functionality will not be available."
185185
end
186186
if !(use_cuda[])
187-
@warn "The GPU function is being called despite the GPU not being accessible. Defaulting back to the CPU." maxlog=1
187+
@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
188189
end
189190
end
190191
end

0 commit comments

Comments
 (0)