NCCL의 역할
The NVIDIA Collective Communication Library (NCCL) implements multi-GPU and multi-node communication primitives optimized for NVIDIA GPUs and Networking.
Cuda와 Ubuntu 버전에 맞추어 다운받아야 한다. 필자의 경우 Ubuntu 16.04 에 Cuda 9.0이기 때문에 다음과 같은 파일을 이용하였다.
https://developer.nvidia.com/nccl/nccl-legacy-downloads
sudo apt-get update
dpkg -i nccl-repo-ubuntu1604-2.5.6-ga-cuda9.0_1-1_amd64.deb
sudo apt-get update
apt-get install libnccl2 libnccl-dev # 최신버전설치
'Autonomous Vehicle' 카테고리의 다른 글
오일러각(angle) 쿼터니언(x, y, z, w) 변환 (Python Code) (0) | 2021.11.10 |
---|---|
ZED F9P with RTK - WGS to UTM (0) | 2021.11.09 |
Docker exec 명령어 : 외장그래픽 연결, 디스플레이 연결, 폴더 공유 설정 (0) | 2021.10.21 |
Docker 도커 이미지, 컨테이너 백업하고 삭제하는 방법 (0) | 2021.10.12 |
Error : file COPY cannot find "/usr/include/cudnn.h". (0) | 2021.10.09 |