---
title: 配置GPU工作模式
description: "将GPU卡工作模式设置为高性能模式，使GPU运行在最高频率，保持GPU性能最优。该操作每次系统重启都需重新配置一次。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/2300/armnative/kunpengcpskbox_20_0035.html
sourcePath: /source/zh/kunpengboostkithistory/2300/armnative/kunpengcpskbox_20_0035.html
indexId: d76fc54facd7e23881b2d811105d32d6417ac4305e3af55d55e4cea45c0955f676
---
# 配置GPU工作模式

将GPU卡工作模式设置为高性能模式，使GPU运行在最高频率，保持GPU性能最优。该操作每次系统重启都需重新配置一次。

执行如下命令设置GPU卡工作模式为高性能模式。```
find /sys -name power_dpm_force_performance_level | xargs -I {} sh -c "echo high > '{}'"
```
