配置GPU工作模式
执行如下命令设置GPU卡工作模式为高性能模式。
1 | find /sys -name power_dpm_force_performance_level | xargs -I {} sh -c "echo high > '{}'" |
父主题: 软件部署(Ubuntu)
1 | find /sys -name power_dpm_force_performance_level | xargs -I {} sh -c "echo high > '{}'" |