[dtests] Fix HIT block in hipPeerToPeer_simple.cpp

[ROCm/hip commit: 2ff55124fa]
Este commit está contenido en:
Maneesh Gupta
2018-02-14 09:13:50 +05:30
cometido por GitHub
padre e2b7d5b9fd
commit cb9b6d3613
@@ -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
*/