From fc34fd6f03813ff9ce648f98a5c7b4891a71ad52 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) --- hipamd/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp b/hipamd/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp index 9d46ccb0d8..b01a0aeb1d 100644 --- a/hipamd/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp +++ b/hipamd/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 */