1
0
Håvard O. Nordstrand 4 жил өмнө
parent
commit
f5a0a18352
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      se/frameworks/cuda.md

+ 6 - 0
se/frameworks/cuda.md

@@ -39,6 +39,12 @@ See [NVIDIA CUDA Installation Guide for Linux (NVIDIA)](https://docs.nvidia.com/
 
 ## Running
 
+- Gathering system/GPU information with `nvidia-smi`:
+    - Show overview: `nvidia-smi`
+    - Show topology matrix: `nvidia-smi topo --matrix`
+    - Show topology info: `nvidia-smi topo <option>`
+    - Show NVLink info: `nvidia-smi  nvlink --status -i 0` (for GPU #0)
+    - Monitor device stats: `nvidia-smi dmon`
 - To specify which devices are available to the CUDA application and in which order, set the `CUDA_VISIBLE_DEVICES` env var to a comma-separated list of device IDs.
 
 {% include footer.md %}