Configure CUDA device selection: Difference between revisions
Content deleted Content added
m fix syntax error |
m fix syntax error |
||
Line 23:
</pre>
In this case, we only need 'VideoController3' and 'VideoController4' to be visible to CUDA-enabled applications like TUFLOW. We can get more details on those by running the following command (from either PowerShell, Command Prompt, or a Linux shell):
<syntaxhighlight lang="batch">
nvidia-smi --query-gpu=name,uuid --format=csv,noheader,nounits
</syntaxhighlight>
| |||