new cheat sheet: nvidia-smi

pull/2/head
Igor Chubin 7 years ago
parent 0e249af08d
commit 1a18798a5b

@ -0,0 +1,12 @@
# list all available NVIDIA devices
nvidia-smi -L
# list certain details about each GPU
nvidia-smi --query-gpu=index,name,uuid,serial --format=csv
# list GPU details
nvidia-smi -i 0 -q
# show system topology
nvidia-smi topo --matrix
Loading…
Cancel
Save