You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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