I am trying to update my CUDA version to 12.8, that is supported on my GPU:
+-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.124.06 Driver Version: 570.124.06 CUDA Version: 12.8 | |-----------------------------------------+------------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+========================+======================| | 0 NVIDIA GeForce RTX 3050 ... Off | 00000000:01:00.0 Off | N/A | | N/A 52C P0 749W / 80W | 28MiB / 4096MiB | 10% Default | | | | N/A | +-----------------------------------------+------------------------+----------------------++-----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| | 0 N/A N/A 1486 G /usr/lib/xorg/Xorg 4MiB | | 0 N/A N/A 1973 G /usr/lib/xorg/Xorg 4MiB | +-----------------------------------------------------------------------------------------+
I follow the instructions of official site: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_local
But when i run
nvcc --version, i still got:
nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Sun_Jul_28_19:07:16_PDT_2019 Cuda compilation tools, release 10.1, V10.1.243
And When I check my /usr/local/ (Where CUDA is installed, i found this)
bin cuda-12 cuda-12.8 etc games include lib man sbin share src
Anyone can help me?! I can't render anything in the Blender cause this!