-
Notifications
You must be signed in to change notification settings - Fork 86
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 extension error #33
Comments
Hello and thank you for your interest. This is strange, it is failing to compile but I don't see exactly what part of the extension is causing that. To get those, you can simply run:
and this to get the actual CUDA driver version:
I can confirm that I tried a docker image with CUDA v10.1, installed pytorch, and all the other requirements directly using the requirements.txt file, and it built successfully. |
I would recommend staying on torch 1.11, since we've found it to yield the best performance. |
Hi, I change CUDA to version 10.2, which seems to solve the problem |
Thank you for your good job, however there is an erro when I build CUDA extension.
torch = 1.11.0
python = 3.7
cuda = 10.1
The text was updated successfully, but these errors were encountered: