1、下载gpu_burn,工具  

git clone https://github.com/wilicc/gpu-burn  

2、查看GPU的compute capability  

方法1:进入官网查看:  

CUDA GPUs - Compute Capability | NVIDIA Developer  

方法2:  

使用nbody -benchmark 查看ompute capability反馈值  

3、解压gpu_burn文件,并进入,make可执行文件  

make -j COMPUTE=80   

(80:是步骤2得到的ompute capability数值)  

4、执行  

./gpu_burn -tc 43200  

(43200:此数值为时间,单位是秒,4320指的是12小时)  

5 If following error occurred with such messages, or interrupted unexpectedly, try to roll CUDA version back with following principle: 

CUDA version format is like following 

6、查看状态  

nvidia-smi:查看所有GPU的TDP到达95%以上  

Xcc web: 查看xcc web utilzation中的power utilzation 中记录的TPD值稳定,没有意外下降,如下图:  

(注:同一个OS测试不同型号GPU,需要将‘gpu_burn’文件夹删除,重新解压然后执行‘步骤3’) 

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐