Last active
June 15, 2017 07:42
-
-
Save kay21s/f7704e77cb59a254f2cd4244575982e4 to your computer and use it in GitHub Desktop.
GPU set clock
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 -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