-
Notifications
You must be signed in to change notification settings - Fork 352
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
[Windows] Cuda shows disabled using TORCH_CUDA_VERSION=cu101 #252
Comments
I don't have a windows box at hand to try so won't be of much help here. |
I've used |
I see the same on windows using TORCH_CUDA_VERSION=cu110, but only for |
If it's only for the |
Closing old issue, feel free to re-open if it's still a problem to you (I just tested it on linux and it worked fine, also sadly the new cargo feature from 1.50 is not general enough to handle this very use case). |
Install works, and verified in the build output of
torch-sys
that it's buildingdummy_cuda_dependency.cpp
which indicates it detected Cuda. But for some reason that I've not yet determined bothtch::Cuda::is_available()
andtch::Cuda::cudnn_is_available()
returnfalse
. Everything functions otherwise (in CPU mode), just need it to get this working with GPU.To be clear, this isn't an issue with pytorch. I've verified it's working correctly.
The text was updated successfully, but these errors were encountered: