I’m having trouble installing CUDA for my setup due to a driver compatibility issue with nvidia driver version 384.111. I attempted to install CUDA 9.1, but I do not have the nvidia driver compatible with 9.1 (seen https://devtalk.nvidia.com/default/topic/1027872/problem-installing-cuda-9-1-on-ubuntu-16-04/). I then attempted to install 9.0 from the repo, but that indicated that I needed version 387.
I need to install the highest compatible cuda version, but I cannot find any documentation that shows which CUDA versions are compatible with their corresponding NVIDIA driver versions. Am I just missing this resource? I’ve looked in the installation manuals, the download pages, the release notes…but came up blank. It seems like this chart should be easy to find…
If it helps, I’ll include my specs below:
OS: Debian Linux Buster (yes, I know CUDA isn’t officially supported on Debian)
Card: NVIDIA GTX 1080 Ti
Nvidia Driver version: 384.111, installed from official Debian archives
lspci |grep -i VGA output:
01:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)
nvidia-smi output:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.111 Driver Version: 384.111 |
|-------------------------------+----------------------+----------------------+
| 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 GTX 108... Off | 00000000:01:00.0 On | N/A |
| 0% 45C P2 53W / 280W | 527MiB / 11169MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
...
Thanks in advance for any help.