Configuring the GPU Working Mode
Set the GPU working mode to the high-performance mode to enable the GPU to run at the maximum frequency and maintain the optimal GPU performance. This operation needs to be performed each time the system is restarted. The method is as follows:
Run the following commands:
1 | find /sys -name power_dpm_force_performance_level | xargs -I {} sh -c "echo high > '{}'" |
Parent topic: Environment Configuration