配置GPU工作模式
通过如下命令设置GPU卡工作模式为高性能模式。
1
find
/sys
-name
power_dpm_force_performance_level
|
xargs
-I
{}
sh
-c
"echo high > '{}'"
父主题:
环境配置