Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Last active July 28, 2025 14:31
Show Gist options
  • Save vadimkantorov/17e537339059a02296883a737258f1ba to your computer and use it in GitHub Desktop.
Save vadimkantorov/17e537339059a02296883a737258f1ba to your computer and use it in GitHub Desktop.
Print all CUDA-using PIDs
nvidia-smi -q -x | grep "</pid>" | tr -d "</pid>\t"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment