On an installation, when I run nvidia-smi
, it shows the CUDA version as being 12.0.
After installing the CUDA Toolkit, nvcc --version
reports the version is 12.2.
Is this a problem?
Based on this very comprehensive answer, I understood that NVIDIA SMI can report a higher version number than NVCC.
In this case, it is the opposite.