Cuda Versions
Cuda Versions
Cuda Versions
+----------------------------------------------------------------------------------
-----+
| Processes:
|
| GPU GI CI PID Type Process name GPU
Memory |
| ID ID Usage
|
|
===================================================================================
====|
| No running processes found
|
+----------------------------------------------------------------------------------
-----+
nvidia-smi -pm 1
To know what CUDA and cuDNN versions are compatible with your GPU 3060 for Ubuntu
22.04, you can refer to the following table:
To check the version of CUDA installed on your system, run the following command:
nvcc --version
To check the version of cuDNN installed on your system, run the following command:
To download CUDA 12.0 and cuDNN 8.9.5 for GeForce RTX 3060 on Ubuntu 22.04, you can
follow these steps:
You can download the NVIDIA driver from the NVIDIA website. Make sure to select the
driver that is compatible with your GPU and operating system. For the RTX 3060 on
Ubuntu 22.04, you will need the driver version 525.60.13 or later.
You can download the CUDA Toolkit from the NVIDIA Developer website. Make sure to
select the Toolkit version that is compatible with your driver version. For driver
version 525.60.13 or later, you will need the CUDA Toolkit version 12.0.
Download cuDNN.
You can download cuDNN from the NVIDIA Developer website. Make sure to select the
cuDNN version that is compatible with your CUDA Toolkit version. For CUDA Toolkit
version 12.0, you will need cuDNN version 8.9.5.
To verify that CUDA and cuDNN are installed correctly, run the following commands:
nvcc --version
cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR
You should see the following output: