From dde41ae0aac111a5a4d4e3b1e28fc218dcc88aee Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Sun, 19 Nov 2017 15:21:37 -0600 Subject: [PATCH] Temporarily disable P2P on nvidia (fails on dual GPU) [ROCm/hip commit: e0c3f684aefb6f4a15f4079064c46dca1e20891d] --- projects/hip/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp b/projects/hip/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp index 9d46ccb0d8..b01a0aeb1d 100644 --- a/projects/hip/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp +++ b/projects/hip/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp @@ -23,7 +23,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp + * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */