Skip to content

Instantly share code, notes, and snippets.

@kay21s
Last active June 15, 2017 07:42
Show Gist options
  • Save kay21s/f7704e77cb59a254f2cd4244575982e4 to your computer and use it in GitHub Desktop.
Save kay21s/f7704e77cb59a254f2cd4244575982e4 to your computer and use it in GitHub Desktop.
GPU set clock
nvidia-smi -q -d SUPPORTED_CLOCKS
nvidia-smi -ac 715,1328 //set the clock <MEMCLOCK, GPUCLOCK>
nvidia-smi -q -d CLOCK //view the clock in use
nvidia-smi -rac //set clock back to the base clock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment