Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED #9

Open
cyanling2 opened this issue Jul 13, 2021 · 3 comments
Open

RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED #9

cyanling2 opened this issue Jul 13, 2021 · 3 comments

Comments

@cyanling2
Copy link

Hello,
I am trying to reimplementing the pattern branch and have this issue.
There is also a warning saying that "GeForce RTX 3070 with CUDA capability sm_86 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 compute_37."
I am using Ubuntu 21.04 and CUDA of version 11.2.
I this the error is due to incompatibility between my rtx3070 and pytorch 1.6. I think I need a combination of pytorch=1.8, torchvision=0.9 to get it work. Do you have an alternative environment for this? ty!

@PeterTF656
Copy link

same here +1, seems like that 30 series GPU is not compatible with the environment...

@thaoshibe
Copy link
Collaborator

Sorry for the inconvenience (⌣̩̩́_⌣̩̩̀)
I trained and tested the code on RTX 2080Ti, CUDA 10.2, Ubuntu 18.04; I haven't tried any other alternative environment.
So all help is much appreciated and very welcome!

@shiwen-cheng
Copy link

shiwen-cheng commented Dec 29, 2021

hello,
I'm using RTX 2080Ti, CUDA 10.2, Ubuntu 16.04, cuDNN8.3.0;
and I'm facing the samely issue: a call to cuDNN failed.
Maybe it's not right version of cuDNN?
Can I ask what version of cuDNN do you use and your NVIDIA driver version?
I think this error may be related to these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants