simpleP2PC:\Windows\system32>cd C:\ProgramData\NVIDIA Corporation\CUDA Samples\v10.2\bin\win64\Debug C:\ProgramData\NVIDIA Corporation\CUDA Samples\v10.2\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 TITAN RTX (GPU0) -> TITAN RTX (GPU1) : Yes > Peer access from TITAN RTX (GPU1) -> TITAN RTX (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: 40.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 C:\ProgramData\NVIDIA Corporation\CUDA Samples\v10.2\bin\win64\Debug>nvidia-smi nvlink -c GPU 0: TITAN RTX (UUID: GPU-5a71d61e-f130-637a-b33d-4df555b0ed88) 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: TITAN RTX (UUID: GPU-7fb51c1d-c1e7-35cc-aad7-66971f05ddb7) 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\v10.2\bin\win64\Debug>nvidia-smi Sat May 23 17:54:25 2020 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 441.22 Driver Version: 441.22 CUDA Version: 10.2 | |-------------------------------+----------------------+----------------------+ | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 TITAN RTX WDDM | 00000000:01:00.0 On | N/A | | 41% 39C P8 30W / 280W | 644MiB / 24576MiB | 1% Default | +-------------------------------+----------------------+----------------------+ | 1 TITAN RTX WDDM | 00000000:21:00.0 Off | N/A | | 41% 34C P8 12W / 280W | 644MiB / 24576MiB | 1% Default | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 1676 C+G Insufficient Permissions N/A | | 0 3116 C+G ...0.4152.0_x64__8wekyb3d8bbwe\GameBar.exe N/A | | 0 9292 C+G ...12611.0_x64__8wekyb3d8bbwe\Music.UI.exe N/A | | 0 10264 C+G ...5n1h2txyewy\StartMenuExperienceHost.exe N/A | | 0 10712 C+G ...dows.Cortana_cw5n1h2txyewy\SearchUI.exe N/A | | 0 14696 C+G ...hell.Experiences.TextInput.InputApp.exe N/A | | 1 1676 C+G Insufficient Permissions N/A | | 1 3116 C+G ...0.4152.0_x64__8wekyb3d8bbwe\GameBar.exe N/A | | 1 9292 C+G ...12611.0_x64__8wekyb3d8bbwe\Music.UI.exe N/A | | 1 10264 C+G ...5n1h2txyewy\StartMenuExperienceHost.exe N/A | | 1 10712 C+G ...dows.Cortana_cw5n1h2txyewy\SearchUI.exe N/A | | 1 14696 C+G ...hell.Experiences.TextInput.InputApp.exe N/A | +-----------------------------------------------------------------------------+ C:\ProgramData\NVIDIA Corporation\CUDA Samples\v10.2\bin\win64\Debug>nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019 Cuda compilation tools, release 10.2, V10.2.89 C:\ProgramData\NVIDIA Corporation\CUDA Samples\v10.2\bin\win64\Debug>