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 285145a commit 8eb400dCopy full SHA for 8eb400d
src/functor.jl
@@ -357,7 +357,7 @@ function gpu(to::FluxCUDAAdaptor, x)
357
@info """
358
The CUDA functionality is being called but
359
`CUDA.jl` must be loaded to access it.
360
- Add `using CUDA` or `import CUDA` to your code.
+ Add `using CUDA` or `import CUDA` to your code. Alternatively, configure a different GPU backend by calling `Flux.gpu_backend!`.
361
""" maxlog=1
362
return x
363
end
0 commit comments