Jump to content

CUDA: Difference between revisions

270 bytes added ,  31 July 2023
Line 2: Line 2:
==Installation==
==Installation==
I suggest using conda to install cuda for version control your project.
I suggest using conda to install cuda for version control your project.
Note that <code>nvidia-smi</code> lists the maximum CUDA version supported by the GPU driver, not the installed version of CUDA.<br>
You can have a different version of CUDA installed in each conda environment, independently of the version supported by the GPU driver.


===Conda===
===Conda===