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
cuDNN has its own extension that triggers on CUDA + cuDNN. I don't see what would hang in the extension itself, so maybe the partial overlap of CUDA is causing issues for the extension system?
I am trying to load
Flux
and thencuDNN
but it freezes atusing cuDNN
. However, loadingFlux
, thenCUDA
, thencuDNN
works. Any idea why?The text was updated successfully, but these errors were encountered: