Install GPU driver and CUDA on the ubuntu system
1. Check your GPU driver version
https://www.nvidia.com/Download/index.aspx
ex: Driver 470 is suitable for my note PC (GS65 Stealth 9SE)
2. Open a new terminal
$ ubuntu-drivers devices
$ sudo apt install nvidia-driver-470
$ sudo apt install nvidia-cuda-toolkit (--fix-missing)
$ reboot
3. Check
$ nvidia-smi
$ nvcc -V
留言
張貼留言