-
Notifications
You must be signed in to change notification settings - Fork 276
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
CUDA_ERROR_INVALID_PTX with old GPUs #1
Comments
CUDA_ERROR_INVALID_PTX
with old GPUs
CUDA_ERROR_INVALID_PTX
with old GPUs
When I run the hello world code, I get the following error:
I'm using Ubuntu; followed the venv instructions. Here's output from conda list: |
Which GPU are you using? the CUDA kernel doesn't work with certain old GPUs for now, but we are planning to fix this in the near future. In the meantime, you can compile your own binaries following the instructions in the |
Thank you, Iz. I had been using a Tesla K80. I switched to a Tesla V100, and the hello world code runs without problem now. |
CUDA5 and older gpus are not supported for now.
https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
The text was updated successfully, but these errors were encountered: