CUDA: Difference between revisions

Smudgebun (talk | contribs)
Added a brief Driver Installation section, as it may be unclear to newer users whether or not they need to configure CUDA separately.
Smudgebun (talk | contribs)
Driver Installation: Added correct lang for syntax highlighting
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 9: Line 9:
Assuming you've followed the [[NVIDIA]] page correctly, and have a CUDA compatible GPU, you shouldn't need to do any further configuration. You can confirm your CUDA version by running the following command in your terminal.
Assuming you've followed the [[NVIDIA]] page correctly, and have a CUDA compatible GPU, you shouldn't need to do any further configuration. You can confirm your CUDA version by running the following command in your terminal.


{{code|lang=sh|line=no|<nowiki>nvidia-smi | grep CUDA</nowiki>}}
{{code|lang=console|line=no|<nowiki>nvidia-smi | grep CUDA</nowiki>}}


== <code>cudatoolkit</code>, <code>cudnn</code>, and related packages ==
== <code>cudatoolkit</code>, <code>cudnn</code>, and related packages ==