我要评分
获取效率
正确性
完整性
易理解

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 > '{}'"