Azure GPU 主机 Benchmark

Posted wekang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Azure GPU 主机 Benchmark相关的知识,希望对你有一定的参考价值。

 

Step 1:

CUDA_REPO_PKG=cuda-repo-ubuntu1604_9.1.85-1_amd64.deb

wget -O /tmp/${CUDA_REPO_PKG} http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/${CUDA_REPO_PKG} 

sudo dpkg -i /tmp/${CUDA_REPO_PKG}

sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub 

rm -f /tmp/${CUDA_REPO_PKG}

sudo apt-get update

sudo apt-get install cuda-drivers

Step 2:

sudo apt-get install cuda
sudo apt-get install cuda-9-0

 

Step 3:

参考安装手册:https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html

sudo dpkg -i libcudnn7_7.3.1.20-1+cuda9.0_amd64.deb

 

Step 4:

https://docs.nvidia.com/deeplearning/sdk/nccl-install-guide/index.html

sudo dpkg -i nccl-repo-<version>.deb

 


以上是关于Azure GPU 主机 Benchmark的主要内容,如果未能解决你的问题,请参考以下文章

在 Azure 上使用 GPU 而不是 CPU 时出现 ResourceException

如何从代码的主机部分获取 GPU 的当前计算能力?

支持 caffe 并支持 GPU 的 Microsoft Azure VM

Azure函数中实例ID获取主机锁租约的原因是啥?

当 CPU 尝试读取由 GPU 初始化的托管内存时,为啥数据会从主机迁移到设备?

Azure 数据科学 VM 上的 CNTK