You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems get_gpu_device would return CUDADevice successfully only when cuDNN is loaded.
The text was updated successfully, but these errors were encountered:
chengchingwen
changed the title
MLDataDevices.Internal.get_gpu_device automatic GPU backend selection not working
CUDA.jl along cannot trigger automatic GPU backend selection
Feb 22, 2025
It's kinda counterintuitive. NNlib's CUDA ext does not depend on cuDNN, while NNlib's cuDNN ext depends on CUDA. cuDNN also depends on CUDA. OTOH, not all ML libraries require cuDNN functionality to use nv gpu.
It seems
get_gpu_device
would return CUDADevice successfully only whencuDNN
is loaded.The text was updated successfully, but these errors were encountered: