Microsoft Windows [Version 10.0.18363.592] (c) 2019 Microsoft Corporation. All rights reserved. C:\Windows\system32>cd C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug>nvidia-smi Mon Jul 13 10:17:09 2020 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 451.48 Driver Version: 451.48 CUDA Version: 11.0 | |-------------------------------+----------------------+----------------------+ | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 GeForce RTX 208... WDDM | 00000000:01:00.0 On | N/A | | 41% 36C P8 24W / 260W | 544MiB / 11264MiB | 1% Default | +-------------------------------+----------------------+----------------------+ | 1 GeForce RTX 208... WDDM | 00000000:21:00.0 Off | N/A | | 41% 34C P8 17W / 260W | 544MiB / 11264MiB | 1% Default | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | 0 N/A N/A 688 C+G ...es.TextInput.InputApp.exe N/A | | 0 N/A N/A 2172 C+G Insufficient Permissions N/A | | 0 N/A N/A 9848 C+G C:\Windows\explorer.exe N/A | | 0 N/A N/A 10928 C+G ...artMenuExperienceHost.exe N/A | | 0 N/A N/A 11604 C+G ...w5n1h2txyewy\SearchUI.exe N/A | | 0 N/A N/A 12280 C+G ...3d8bbwe\MicrosoftEdge.exe N/A | | 0 N/A N/A 13252 C+G ...y\ShellExperienceHost.exe N/A | | 0 N/A N/A 15248 C+G ...zf8qxf38zg5c\SkypeApp.exe N/A | | 0 N/A N/A 16192 C+G ...b3d8bbwe\WinStore.App.exe N/A | | 1 N/A N/A 688 C+G ...es.TextInput.InputApp.exe N/A | | 1 N/A N/A 2172 C+G Insufficient Permissions N/A | | 1 N/A N/A 9848 C+G C:\Windows\explorer.exe N/A | | 1 N/A N/A 10928 C+G ...artMenuExperienceHost.exe N/A | | 1 N/A N/A 11604 C+G ...w5n1h2txyewy\SearchUI.exe N/A | | 1 N/A N/A 12280 C+G ...3d8bbwe\MicrosoftEdge.exe N/A | | 1 N/A N/A 13252 C+G ...y\ShellExperienceHost.exe N/A | | 1 N/A N/A 15248 C+G ...zf8qxf38zg5c\SkypeApp.exe N/A | | 1 N/A N/A 16192 C+G ...b3d8bbwe\WinStore.App.exe N/A | +-----------------------------------------------------------------------------+ C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug>nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2020 NVIDIA Corporation Built on Thu_Jun_11_22:26:48_Pacific_Daylight_Time_2020 Cuda compilation tools, release 11.0, V11.0.194 Build cuda_11.0_bu.relgpu_drvr445TC445_37.28540450_0 C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug>nvidia-smi nvlink -c GPU 0: GeForce RTX 2080 Ti (UUID: GPU-1ac935c2-557f-282e-14e5-3f749ffd63ac) 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 Link 1, P2P is supported: true Link 1, Access to system memory supported: true Link 1, P2P atomics supported: true Link 1, System memory atomics supported: true Link 1, SLI is supported: true Link 1, Link is supported: false GPU 1: GeForce RTX 2080 Ti (UUID: GPU-13277ce5-e1e9-0cb1-8cee-6c9e6618e774) 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 Link 1, P2P is supported: true Link 1, Access to system memory supported: true Link 1, P2P atomics supported: true Link 1, System memory atomics supported: true Link 1, SLI is supported: true Link 1, Link is supported: false C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug>simpleP2P [simpleP2P] - Starting... Checking for multiple GPUs... CUDA-capable device count: 2 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... Allocating buffers (64MB on GPU0, GPU1 and CPU Host)... Creating event handles... cudaMemcpyPeer / cudaMemcpy between GPU0 and GPU1: 38.66GB/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 C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug>C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug>p2pBandwidthLatencyTest [P2P (Peer-to-Peer) GPU Bandwidth Latency Test] Device: 0, GeForce RTX 2080 Ti, pciBusID: 1, pciDeviceID: 0, pciDomainID:0 Device: 1, GeForce RTX 2080 Ti, pciBusID: 21, 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 536.23 10.53 1 10.56 538.57 Unidirectional P2P=Enabled Bandwidth (P2P Writes) Matrix (GB/s) D\D 0 1 0 523.99 47.08 1 47.07 527.52 Bidirectional P2P=Disabled Bandwidth Matrix (GB/s) D\D 0 1 0 526.48 12.10 1 12.47 531.10 Bidirectional P2P=Enabled Bandwidth Matrix (GB/s) D\D 0 1 0 527.87 94.07 1 93.74 530.38 P2P=Disabled Latency Matrix (us) GPU 0 1 0 4.16 136.28 1 121.94 4.22 CPU 0 1 0 3.06 69.25 1 42.54 2.08 P2P=Enabled Latency (P2P Writes) Matrix (us) GPU 0 1 0 4.20 1.63 1 1.65 4.59 CPU 0 1 0 2.06 1.17 1 1.25 2.09 NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled. C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug>nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2020 NVIDIA Corporation Built on Thu_Jun_11_22:26:48_Pacific_Daylight_Time_2020 Cuda compilation tools, release 11.0, V11.0.194 Build cuda_11.0_bu.relgpu_drvr445TC445_37.28540450_0 C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0\bin\win64\Debug>