Last active
May 29, 2020 18:33
-
-
Save jglaser/f7e40202b166383e086c1bae9022c7e4 to your computer and use it in GitHub Desktop.
Run nsight-compute on Summit
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
module load nsight-compute | |
# profile the first two invocations of <kernel_name> | |
jsrun <jsrun args> --smpiargs "-disable_gpu_hooks" nv-nsight-cu-cli -k <kernel_name> -c 2 --profile-from-start=off --section=".*(Stats|Counters|Analysis|Occpuancy|SpeedOfLight)" -f -o output <process_to_profile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment