本文介绍了如何在Ubuntu 22.04系统下给2080Ti双卡开启NVLink的方法。
首先要确保安装好CUDA及配置好环境变量
1、开启
nvidia-smi -pm 1
sudo reboot
nvidia-smi topo -m
结果如下:
(base) root@myd-gpu:~# nvidia-smi topo -m
GPU0 GPU1 CPU Affinity NUMA Affinity GPU NUMA ID
GPU0 X NV2 0-11,24-35 0 N/A
GPU1 NV2 X 12-23,36-47 1 N/A
Legend:
X = Self
SYS = Connection traversing PCIe as well as the SMP interconnect between NUMA nodes (e.g., QPI/UPI)
NODE = Connection traversing PCIe as well as the interconnect between PCIe Host Bridges within a NUMA node
PHB = Connection traversing PCIe as well as a PCIe Host Bridge (typically the CPU)
PXB = Connection traversing multiple PCIe bridges (without traversing the PCIe Host Bridge)
PIX = Connection traversing at most a si


1204

被折叠的 条评论
为什么被折叠?



