Skip to content

Instantly share code, notes, and snippets.

@K-Wu
Created October 12, 2021 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save K-Wu/051c2b9d5ce09551511fc7a390e6569f to your computer and use it in GitHub Desktop.
Save K-Wu/051c2b9d5ce09551511fc7a390e6569f to your computer and use it in GitHub Desktop.
Setting and resetting GPU and CPU frequency
#sudo cpupower frequency-set --governor performance
#sudo nvidia-smi --persistence-mode=1
#sudo nvidia-smi --compute-mode=1
#sudo nvidia-smi -lgc 1395,1395
# write benchmark logic here
#sudo cpupower frequency-set --governor powersave
#sudo nvidia-smi -rgc
#sudo nvidia-smi -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment