GPU压力测试工具安装指导(RHEL8.2) - 知乎 (zhihu.com)https://zhuanlan.zhihu.com/p/443165016
1、下载gpu-burn工具
下载地址:https://github.com/wilicc/gpu-burn
2、上传到系统后安装
# unzip gpu-burn-master.zip
# cd gpu-burn-master/
# make
3、执行压力测试
# ./gpu_burn
备注1:长时间压力测试说明:
# ./gpu_burn 43200
43200为时间,单位是秒;
过程数据从左到右:
0.2% | 表示当前测试程序的进度,例如测试1000s,当前为2s |
xxxxxxx(xxxxGflop/s) | 依次为每个GPU卡参与当前运行的计算单元数(等效浮点计算能力) |
errors | 依次为每个GPU卡的运行单元错误数量 |
temps | 依次为每个GPU卡的当前温度 |
备注2:gpu_burn命令使用帮助:
# ./gpu_burn -h
GPU Burn
Usage: gpu_burn [OPTIONS] [TIME]
-m <MBytes> Use such mem. >48/96M.
-m <N>% Use such % of free mem. Default is90%
-d Use doubles
-tc Use Tensor cores
-h Show this help message
Example:
gpu-burn -d 3600