对GPU进行压力测试

发布时间:2023年12月20日

GPU压力测试工具安装指导(RHEL8.2) - 知乎 (zhihu.com)icon-default.png?t=N7T8https://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

文章来源:https://blog.csdn.net/zhu_ba/article/details/135106823
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。