欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Ubuntu18.04 CUDA 10.1 安装nccl

程序员文章站 2022-07-05 18:17:30
...

Ubuntu18.04 CUDA 10.1 安装nccl

The NVIDIA® Collective Communications Library ™ (NCCL) (pronounced “Nickel”) is a library of multi-GPU collective communication primitives that are topology-aware and can be easily integrated into applications.

官方文档上只有14.04和16.04的安装方法,是在这里下载.deb文件进行安装,但对18.04似乎不适用,正确的安装方法应为,在这里(对,也是上面那个这里)下载
Ubuntu18.04 CUDA 10.1 安装nccl
第一个那个O/S的,然后按照下面的方法安装

tar -xf nccl_****.txz
cd nccl_****
sudo cp -R * /usr/local/cuda-10.1/targets/x86_64-linux/
sudo ldconfig
``