У меня проблемы с видеокартами nvlink'd RTX, и мне интересно, мог бы кто-нибудь, более опытный с этой технологией, любезно посмотреть на вывод ниже и сказать мне, есть ли проблема?
Использование пары карт MSI 2080 ti и моста RTX NVLINK от ASUS, системы Ryzen / X370, под управлением Ubuntu 18.04 Linux и нескольких версий драйвера Nvidia.
Вызовы Nvidia-smi выполняются очень-очень медленно, примеры программ caffe и CUDA работают неправильно.
Такие программы, как Caffe, плохо себя ведут при запуске на обоих графических процессорах (например, при использовании caffe --gpu 0,1). Установка и сборка могут занять 20 минут (для googlenet, который на одном графическом процессоре встал бы за несколько секунд), а затем обучение иногда протекает ожидаемым образом или зависает после нескольких итераций.
Я вижу следующий результат, который кажется неправильным. Я ошибаюсь?
Это странный результат или я неправильно понимаю? Любая помощь очень ценится!
Я запускаю nvidia-persistenced как демон под своим идентификатором учетной записи.
Подробности...
$ nvidia-smi -L # Takes over a minute to finish running.
GPU 0: GeForce RTX 2080 Ti (UUID: GPU-dd1093e0-466f-7322-e214-351b015045d9)
GPU 1: GeForce RTX 2080 Ti (UUID: GPU-2a386612-018c-e3fe-3fd4-1dde588af45d)
$ nvidia-smi nvlink --status # Takes over a minute to finish running.
GPU 0: GeForce RTX 2080 Ti (UUID: GPU-dd1093e0-466f-7322-e214-351b015045d9)
Link 0: 25.781 GB/s
Link 1: <inactive>
GPU 1: GeForce RTX 2080 Ti (UUID: GPU-2a386612-018c-e3fe-3fd4-1dde588af45d)
Link 0: 25.781 GB/s
Link 1: <inactive>
Разве не должны быть активными обе ссылки (0 и 1)?
$ nvidia-smi nvlink -c # Takes several minutes to finish running.
GPU 0: GeForce RTX 2080 Ti (UUID: GPU-dd1093e0-466f-7322-e214-351b015045d9)
Link 0, P2P is supported: true
Link 0, Access to system memory supported: true
Link 0, P2P atomics supported: true
Link 0, System memory atomics supported: true
Link 0, SLI is supported: true
Link 0, Link is supported: false
GPU 1: GeForce RTX 2080 Ti (UUID: GPU-2a386612-018c-e3fe-3fd4-1dde588af45d)
Link 0, P2P is supported: true
Link 0, Access to system memory supported: true
Link 0, P2P atomics supported: true
Link 0, System memory atomics supported: true
Link 0, SLI is supported: true
Link 0, Link is supported: false
Разве здесь не должно быть и ссылки 0, и ссылки 1?
$ nvidia-smi nvlink --capabilities # Takes several minutes to finish running.
GPU 0: GeForce RTX 2080 Ti (UUID: GPU-dd1093e0-466f-7322-e214-351b015045d9)
Link 0, P2P is supported: true
Link 0, Access to system memory supported: true
Link 0, P2P atomics supported: true
Link 0, System memory atomics supported: true
Link 0, SLI is supported: true
Link 0, Link is supported: false
GPU 1: GeForce RTX 2080 Ti (UUID: GPU-2a386612-018c-e3fe-3fd4-1dde588af45d)
Link 0, P2P is supported: true
Link 0, Access to system memory supported: true
Link 0, P2P atomics supported: true
Link 0, System memory atomics supported: true
Link 0, SLI is supported: true
Link 0, Link is supported: false
Разве здесь не должно быть и ссылки 0, и ссылки 1?
$ nvidia-smi topo --matrix # Takes over a minute to finish running.
GPU0 GPU1 CPU Affinity
GPU0 X NV1 0-11
GPU1 NV1 X 0-11
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 switches (without traversing the PCIe Host Bridge)
PIX = Connection traversing a single PCIe switch
NV# = Connection traversing a bonded set of # NVLinks
Здесь мы должны увидеть ссылки NV2 (т.е. мост 2080ti имеет пару «ссылок» nvlink)?
$ simpleP2P
[./simpleP2P] - Starting...
Checking for multiple GPUs...
CUDA-capable device count: 2
> GPU0 = "GeForce RTX 2080 Ti" IS capable of Peer-to-Peer (P2P)
> GPU1 = "GeForce RTX 2080 Ti" IS capable of Peer-to-Peer (P2P)
Checking GPU(s) for support of peer to peer memory access...
> Peer access from GeForce RTX 2080 Ti (GPU0) -> GeForce RTX 2080 Ti (GPU1) : Yes
> Peer access from GeForce RTX 2080 Ti (GPU1) -> GeForce RTX 2080 Ti (GPU0) : Yes
Enabling peer access between GPU0 and GPU1...
Checking GPU0 and GPU1 for UVA capabilities...
> GeForce RTX 2080 Ti (GPU0) supports UVA: Yes
> GeForce RTX 2080 Ti (GPU1) supports UVA: Yes
Both GPUs can support UVA, enabling...
Allocating buffers (64MB on GPU0, GPU1 and CPU Host)...
Creating event handles...
cudaMemcpyPeer / cudaMemcpy between GPU0 and GPU1: 22.52GB/s
Preparing host buffer and memcpy to GPU0...
Run kernel on GPU1, taking source data from GPU0 and writing to GPU1...
Run kernel on GPU0, taking source data from GPU1 and writing to GPU0...
Copy data back to host from GPU0 and verify results...
Disabling peer access...
Shutting down...
Test passed
AFAIK cudaMemcpyPeer / cudaMemcpy между GPU0 и GPU1 должен управлять 44 ГБ / с или около того, а не 22 ГБ / с?
$ p2pBandwidthLatencyTest
[P2P (Peer-to-Peer) GPU Bandwidth Latency Test]
Device: 0, GeForce RTX 2080 Ti, pciBusID: a, pciDeviceID: 0, pciDomainID:0
Device: 1, GeForce RTX 2080 Ti, pciBusID: b, pciDeviceID: 0, pciDomainID:0
Device=0 CAN Access Peer Device=1
Device=1 CAN Access Peer Device=0
***NOTE: In case a device doesn't have P2P access to other one, it falls back to normal memcopy procedure.
So you can see lesser Bandwidth (GB/s) and unstable Latency (us) in those cases.
P2P Connectivity Matrix
D\D 0 1
0 1 1
1 1 1
Unidirectional P2P=Disabled Bandwidth Matrix (GB/s)
D\D 0 1
0 529.48 3.20
1 3.19 532.01
Unidirectional P2P=Enabled Bandwidth (P2P Writes) Matrix (GB/s)
D\D 0 1
0 531.71 24.23
1 24.23 530.74
Bidirectional P2P=Disabled Bandwidth Matrix (GB/s)
D\D 0 1
0 533.58 6.30
1 6.31 526.98
Bidirectional P2P=Enabled Bandwidth Matrix (GB/s)
D\D 0 1
0 525.50 48.37
1 48.41 523.52
P2P=Disabled Latency Matrix (us)
GPU 0 1
0 1.26 12.74
1 15.19 1.44
CPU 0 1
0 3.92 9.03
1 8.86 3.82
P2P=Enabled Latency (P2P Writes) Matrix (us)
GPU 0 1
0 1.25 0.92
1 0.96 1.44
CPU 0 1
0 4.22 2.78
1 2.78 3.76
Но здесь «Двунаправленный P2P = Матрица разрешенной пропускной способности» должна показывать 96 ГБ / с, а не 48,41.