How to change the GPU clock

The GPU clock can be changed only with f_node.

 

  • Display available clock frequencies

nvidia-smi -q -d SUPPORTED_CLOCKS
  • Changing the clock

nvidia-smi -ac specified clock

ex.)
nvidia-smi -ac 715,999

  • Resetting the clock

nvidia-smi -rac

 

Device is specified with -i.
For details, see the command help.