카테고리 없음

nvcc -V has different version but I installed other versions of CUDA

Learever 2023. 5. 8. 08:07

https://stackoverflow.com/questions/40517083/multiple-cuda-versions-on-machine-nvcc-v-confusion

 

Multiple CUDA versions on machine nvcc -V confusion

I used to have cuda-7.0 installed on my machine and later un-installed cuda-7.0 and installed cuda-8.0. When I go to my /usr/local folder I see the following folders: /bin/ /cuda/ /cuda-7.0/ /cuda...

stackoverflow.com

export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH
export PATH=/usr/local/cuda-8.0/bin:$PATH