Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jul 10, 2024
1 parent 8c1028a commit 336e06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/DeviceUtilsCUDAExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function _check_use_cuda!()
if !cudnn_loaded
@warn """

Check warning on line 22 in ext/DeviceUtilsCUDAExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/DeviceUtilsCUDAExt.jl#L17-L22

Added lines #L17 - L22 were not covered by tests
cuDNN is not loaded. Some functionality will not be available.
Load cuDNN by running `using cuDNN` or `using LuxCUDA`.
Load cuDNN by running `using CUDA, cuDNN` or `using LuxCUDA`.
""" maxlog=1
else
cuDNN = Base.loaded_modules[cudnnid]
Expand Down

0 comments on commit 336e06e

Please sign in to comment.