From a156207c28dff1c706355a9e1eb7c51d64c58aff Mon Sep 17 00:00:00 2001 From: Phaneendr-kumar Lanka Date: Wed, 20 Dec 2017 14:10:47 +0530 Subject: [PATCH] [nvccTests] Enable hipPeerToPeer_simple on nvcc [ROCm/clr commit: 451c7b37cc8d7d2528346975479ed1937330bfd1] --- .../clr/hipamd/tests/src/p2p/hipPeerToPeer_simple.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/clr/hipamd/tests/src/p2p/hipPeerToPeer_simple.cpp b/projects/clr/hipamd/tests/src/p2p/hipPeerToPeer_simple.cpp index 32cab371b8..74fefa8fdb 100644 --- a/projects/clr/hipamd/tests/src/p2p/hipPeerToPeer_simple.cpp +++ b/projects/clr/hipamd/tests/src/p2p/hipPeerToPeer_simple.cpp @@ -23,10 +23,10 @@ THE SOFTWARE. // Also serves as a template for other tests. /* HIT_START - * BUILD: %t %s ../test_common.cpp - * RUN: %t EXCLUDE_HIP_PLATFORM all - * RUN: %t --memcpyWithPeer EXCLUDE_HIP_PLATFORM all - * RUN: %t --mirrorPeers EXCLUDE_HIP_PLATFORM all + * BUILD: %t %s ../test_common.cpp + * RUN: %t EXCLUDE_HIP_PLATFORM hipcc + * RUN: %t --memcpyWithPeer EXCLUDE_HIP_PLATFORM hipcc + * RUN: %t --mirrorPeers EXCLUDE_HIP_PLATFORM hipcc * HIT_END */