Skip to content
Home » How to find the CUDA version

How to find the CUDA version

For CUDA version: Use the below commands for quick answer:

nvcc --version
nvidia-smi

If the above command doesn’t works try the below command if your working on Ubuntu Cuda:

cat /usr/local/cuda/version.txt

Tags: