Skip to content

Commit 5739572

Browse files
Switch warn to info
1 parent 4520f4b commit 5739572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ 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 but the GPU is not accessible.
187+
@info """The GPU function is being called but the GPU is not accessible.
188188
Defaulting back to the CPU. (No action is required if you want to run on the CPU).""" maxlog=1
189189
end
190190
end

0 commit comments

Comments
 (0)