对GPU进行压力测试

GPU压力测试工具安装指导(RHEL8.2) - 知乎 (zhihu.com)icon-default.png?t=N7T8https://zhuanlan.zhihu.com/p/443165016

1、下载gpu-burn工具

下载地址:https://github.com/wilicc/gpu-burn

对GPU进行压力测试_第1张图片

2、上传到系统后安装

# unzip gpu-burn-master.zip

# cd gpu-burn-master/

# make

对GPU进行压力测试_第2张图片

3、执行压力测试

# ./gpu_burn

对GPU进行压力测试_第3张图片

备注1:长时间压力测试说明:

# ./gpu_burn 43200

对GPU进行压力测试_第4张图片

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 Use such mem. >48/96M.

-m % Use such % of free mem. Default is90%

-d Use doubles

-tc Use Tensor cores

-h Show this help message

Example:

gpu-burn -d 3600

你可能感兴趣的:(git)