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

cublas Run time error #12

Open
pr4deepr opened this issue Oct 7, 2021 · 1 comment
Open

cublas Run time error #12

pr4deepr opened this issue Oct 7, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pr4deepr
Copy link

pr4deepr commented Oct 7, 2021

Describe the bug
I am trying the example notebooks and successfully ran
01-data
However, when I try the training notebook and being training the model, it takes a long time to initialise and then I get the following error:
cublas runtime error : the GPU program failed to execute at C:/w/1/s/tmp_conda_3.7_044431/conda/conda-bld/pytorch_1556686009173/work/aten/src/THC/THCBlas.cu:259

Desktop (please complete the following information):

  • OS: Tried this on Window 10 and Windows 11
  • Graphics NVIDIA RTX 3080

Additional context
Not sure if its a compatibility issue with RTX 30 series cards.
I found a similar error for RTX 2080 cards on older pytorch
pytorch/pytorch#17334

@pr4deepr pr4deepr added the bug Something isn't working label Oct 7, 2021
@zacswider
Copy link

I ran into this error as well with a RTX 3070 on Windows 11. I believe the solution was installing cuda into the environment mamba install cuda -c nvidia

Also using pytorch 1.7.0, torchaudio 0.7.0, torchvision 0.8.0 and cudatoolkit 11.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants