-
Notifications
You must be signed in to change notification settings - Fork 822
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
ptxas fatal : Value 'sm_86' is not defined for option 'gpu-name' #6187
Comments
Has the same issue. |
It's because tensorflow lacks supports for new GPUs, but not an error of WSL . I find some related issues in the tensorflow repo, like tensorflow/tensorflow#43718 |
Hi, the latest version of TensorFlow supports CUDA 11 for the new GPUs. However, I'm getting a similar issue. Check out the issue I raised on the tensorflow repo. |
Thank you all for your input, will look into it further |
same issue in Geforce rtx 3080 $ failed to create cublas handle: CUBLAS_STATUS_NOT_INITIALIZED set system env can fix my problem: |
Hello, I've found a software that makes TF 2.30 compatible with cudav11.1. It works only for Ubuntu 20.04 at the moment. If you are interested, then check out the article Install TensorFlow & PyTorch for the RTX 3090, 3080, 3070 by lambda stack. |
I tried this solution, but all it does is stop using the GPU:
|
I met this issue yesterday. It turns out that this problem is caused by the old "ptxas", which doesn't support RTX3090, 3080 GPUs. Solution: I renamed the cuda-11.0 to something else, so that the TensorFlow can only find and use the "ptxas" in the cuda-11.1. After that, the problem is fixed: the warning was gone and everything is OK. Environment: Ubuntu 20.04, TensorFlow 2.4, Cuda 11.1.1, CuDNN 8.05, Nvidia Driver Version: 455.32. |
I'm successfully running rtx 3090 with latest beta 470 driver + cuda 11.4 but need to use gcc9(stay away from 10.3 / system update) UPDATE - Sorry I'm not using WSL. just native dual boot. |
I'm also getting the same problem 2021-07-30 18:18:03.339065: W tensorflow/stream_executor/gpu/asm_compiler.cc:235] Your CUDA software stack is old. We fallback to the NVIDIA driver for some compilation. Update your CUDA version to get the best performance. The ptxas error was: ptxas fatal : Value 'sm_86' is not defined for option 'gpu-name' |
renaming did not helped me |
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! |
I have the same issue when use Tensorflow2.4.1 with CUDA11.0. But it is solved when I use Tesorflow2.5.0 with CUDA11.2. So the reason maybe is the CUDA's version is too old. |
Environment
Steps to reproduce
Expected behavior
Afaik I'm running the latest if not late enough builds of everything so, no warnings, just standard info.
Actual behavior
Massive console spam of
It still worked fine but seemed worth it to report.
Question
The text was updated successfully, but these errors were encountered: