From cb9b6d3613c66935cbecf9dbfdc4dc6426f70c80 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 14 Feb 2018 09:13:50 +0530 Subject: [PATCH] [dtests] Fix HIT block in hipPeerToPeer_simple.cpp [ROCm/hip commit: 2ff55124fa64c19e42c1cce3755dd762e787fdd2] --- projects/hip/tests/src/p2p/hipPeerToPeer_simple.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/hip/tests/src/p2p/hipPeerToPeer_simple.cpp b/projects/hip/tests/src/p2p/hipPeerToPeer_simple.cpp index 74fefa8fdb..9181ebdb59 100644 --- a/projects/hip/tests/src/p2p/hipPeerToPeer_simple.cpp +++ b/projects/hip/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 hipcc - * RUN: %t --memcpyWithPeer EXCLUDE_HIP_PLATFORM hipcc - * RUN: %t --mirrorPeers EXCLUDE_HIP_PLATFORM hipcc + * BUILD: %t %s ../test_common.cpp + * RUN: %t EXCLUDE_HIP_PLATFORM hcc + * RUN: %t --memcpyWithPeer EXCLUDE_HIP_PLATFORM hcc + * RUN: %t --mirrorPeers EXCLUDE_HIP_PLATFORM hcc * HIT_END */