-
I'm seeing a bunch of warnings like
I'm able to reproduce this with a tiny batch size and number of channels, so I'm fairly certain I'm not running out of GPU memory. I'm running on a g4dn.xlarge EC2 instance with CUDA 11.5 and driver version 495.44. Does anyone have any idea what could be causing this? How do I fix it? Happy to provide a thorough reproduction if necessary. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was running cuDNN 8.1.1 and using the jaxlib cudnn805 wheel variant. Upgrading cuDNN to 8.3.0 and switching to the jaxlib cudnn82 wheel variant resolved the issue for me. Relevant PRs/commits: |
Beta Was this translation helpful? Give feedback.
I was running cuDNN 8.1.1 and using the jaxlib cudnn805 wheel variant. Upgrading cuDNN to 8.3.0 and switching to the jaxlib cudnn82 wheel variant resolved the issue for me.
Relevant PRs/commits: