How to install CUDA on openSuse 15.2 Linux
- CUDA Toolkit 11.0 Update 1 Downloads – Linux/x86_64/openSUSE/v15/runfile(local)
- NVIDIA CUDA Installation Guide for Linux
Download, run and disable driver installer
# wget https://developer.download.nvidia.com/compute/cuda/11.0.3/local_installers/cuda_11.0.3_450.51.06_linux.run # sudo sh cuda_11.0.3_450.51.06_linux.run
# sudo usermod -a -G video <username> # sudo ln -s /usr/local/cuda/bin/nvcc /usr/bin/nvcc Test:# nvcc --version
- cuDNN Download – cuDNN Library for Linux (x86_64)
- cuDNN install guide
- (NCCL) Download Page – O/S agnostic local installer
- NCCL install guide