Last active
July 28, 2025 14:31
-
-
Save vadimkantorov/17e537339059a02296883a737258f1ba to your computer and use it in GitHub Desktop.
Print all CUDA-using PIDs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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