Value 'sm_89' is not defined for option 'gpu-architecture' error #441
Unanswered
Yangjaehong
asked this question in
Q&A
Replies: 1 comment
-
The copy of nvcc you have installed does not offer support for the compute capability of your GPU, i.e. it is too old. Upgrading nvcc should address this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My version)
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Tue_Mar__8_18:36:24_Pacific_Standard_Time_2022
Cuda compilation tools, release 11.6, V11.6.124
Build cuda_11.6.r11.6/compiler.31057947_0
Python 3.8.18
window 11
When I run hello_gpu.py, an error appears.
nvcc fatal : Value 'sm_89' is not defined for option 'gpu-architecture'
For what reason? Environment variables are set.
Should I upgrade cuda vesrion?
If you have a solution, please tell me.
Beta Was this translation helpful? Give feedback.
All reactions