ubuntu20.04 GPU基准测试

目前仅在一种机型尝试

环境
  • 系统版本(cat /etc/issue)
    ubuntu 20.04
  • gpu数量及型号(lspci | grep NV | grep VGA)
    02:00.0 VGA compatible controller: NVIDIA Corporation Device 2206 (rev a1)
    83:00.0 VGA compatible controller: NVIDIA Corporation Device 2206 (rev a1)
  • 驱动版本(nvidia-smi -a |grep ‘Driver Version’)
    Driver Version : 455.23.04
安装cuda及其他编译工具

apt-get install gcc make libhugetlbfs-dev libc-dev libc6-dev build-essential g++ -y
apt-get install nvidia-cuda-toolkit -y

安装gpu_burn及编译
mkdir gpu-burn
cd gpu-burn
wget http://wili.cc/blog/entries/gpu-burn/gpu_burn-0.9.tar.gz
tar xvf gpu_burn-0.9.tar.gz
make
测试
  • ./gpu_burn

你可能感兴趣的:(gpu)