Nvcc has different version than CUDA

Snurka Bill picture Snurka Bill · Dec 16, 2015 · Viewed 9.8k times · Source

I got installed cuda 7, but when I hit nvcc --version, it prints out 6.5. I would like to install Theano library on GTX 960 card, but it needs nvcc 7.0. Ive tried reinstall cuda, but it didn't update nvcc. When I run apt-get install nvidida-cuda-toolkit, it instals only 6.5.

How can I update nvcc to version 7.0 ?

Answer

Steven Huang picture Steven Huang · Dec 17, 2015

Please follow the official installation guide to uninstall your current cuda environment and then install the lateest CUDA developing environment, it includes cudaSDK, cudatoolkit and driver.