From adf3b8774e04f02239aedc18d541803f653c9853 Mon Sep 17 00:00:00 2001 From: Konstantin Pyzhov Date: Mon, 20 May 2019 02:13:30 -0400 Subject: [PATCH] Disable hipStreamSync2 test for hip-clang. --- hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp b/hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp index c365dce70a..8160ac4bc3 100644 --- a/hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp +++ b/hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp @@ -178,7 +178,9 @@ void runTests(int64_t numElements) { { test(0x01, C_d, C_h, numElements, syncNone, true /*expectMismatch*/); test(0x02, C_d, C_h, numElements, syncNullStream, false /*expectMismatch*/); +#ifndef __HIP_CLANG_ONLY__ test(0x04, C_d, C_h, numElements, syncOtherStream, true /*expectMismatch*/); +#endif test(0x08, C_d, C_h, numElements, syncDevice, false /*expectMismatch*/); // Sending a marker to to null stream may synchronize the otherStream