Hi,
I am needing to update my cudatoolkit version from 10.0 (the version installed when I received my tensorbook) to 10.1 in order to use some of MATLAB’s gpuCoder capabilities. However, I am having a hard time figuring out how to uninstall the 10.0 version and trying to install more recent cuda versions on top of the existing one leads to errors I can’t seem to fix. I tried to update the lambda stack and while that did update several things it did not update the cuda version.
Output of nvidia-smi:
±----------------------------------------------------------------------------+
| NVIDIA-SMI 440.44 Driver Version: 440.44 CUDA Version: 10.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 207… On | 00000000:01:00.0 Off | N/A |
| N/A 46C P8 8W / N/A | 292MiB / 7982MiB | 6% Default |
±------------------------------±---------------------±---------------------+
Output of nvcc -V:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130
Output of which nvcc:
/usr/bin/nvcc