-
Notifications
You must be signed in to change notification settings - Fork 852
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
When will WSL2 support Tesla GPU? #5546
Comments
The Quadro driver installs on the supported insider build with a Tesla GPU, however presumably because there is no WDDM driver active on a Tesla card, WSL2 does not support running CUDA apps -- there is no /dev/dxg device exposed since Tesla cards use the TCC driver. When attempting to run deviceQuery on WSL2 with a Tesla GPU one gets: A better title should be support TCC (Tesla Compute Cluster) driver for CUDA applications on Tesla GPUs. I see no other hits on Google regarding this, so it's possible it was not an entirely popular use-case :( |
Found a work around. |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
Is Tesla V100 use this way to work into WSL2? |
Is your feature request related to a problem? Please describe.
More and more people are using Azure machine to do AI development and test. So far, only Tesla GPUs (M50, k80, P100, V100) are supported in Azure.
From https://developer.nvidia.com/cuda/wsl/download, Nvidia only provides Geforce and Quardro driver for WSL.
It means we couldn't do any GPU-related job with WSL in Azure.
Describe the solution you'd like
Support Telsa driver for WSL.
The text was updated successfully, but these errors were encountered: