2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00
cheat.sheets/sheets/nvidia-smi
2017-06-03 21:44:26 +00:00

13 lines
237 B
Plaintext

# 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