Skip to content

Instantly share code, notes, and snippets.

@aagontuk
Last active April 29, 2025 17:19
Show Gist options
  • Save aagontuk/226cb19694bcbeb757fd8528e9bccf35 to your computer and use it in GitHub Desktop.
Save aagontuk/226cb19694bcbeb757fd8528e9bccf35 to your computer and use it in GitHub Desktop.
GPU Resources

Resources

Helpful Commands

Query About GPU Settings: --help-query-gpu to get all the available settings

sudo nvidia-smi --query-gpu compute_mode --format=csv

Enabling NVIDIA MPS

nvidia-smi -c EXCLUSIVE_PROCESS
nvidia-cuda-mps-control –d

Disabling NVIDIA MPS

echo quit | sudo nvidia-cuda-mps-control
sudo nvidia-smi -i 0 -c DEFAULT

GPU Topology

sudo nvidia-smi topo -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment