下载地址:https://github.com/wilicc/gpu-burn
# unzip gpu-burn-master.zip
# cd gpu-burn-master/
# make
# ./gpu_burn
# ./gpu_burn 43200
43200为时间,单位是秒;
过程数据从左到右:
0.2% | 表示当前测试程序的进度,例如测试1000s,当前为2s |
xxxxxxx(xxxxGflop/s) | 依次为每个GPU卡参与当前运行的计算单元数(等效浮点计算能力) |
errors | 依次为每个GPU卡的运行单元错误数量 |
temps | 依次为每个GPU卡的当前温度 |
# ./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