From 3e4df0563287e21cd9a7e823460fe21adbc9e6bd Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Thu, 24 Aug 2017 15:51:58 +0530 Subject: [PATCH] Enable hipStreamSync2 and record_event dtests --- hipamd/tests/src/runtimeApi/event/record_event.cpp | 2 +- hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hipamd/tests/src/runtimeApi/event/record_event.cpp b/hipamd/tests/src/runtimeApi/event/record_event.cpp index c117f28f5c..bd8a3ada8e 100644 --- a/hipamd/tests/src/runtimeApi/event/record_event.cpp +++ b/hipamd/tests/src/runtimeApi/event/record_event.cpp @@ -19,7 +19,7 @@ THE SOFTWARE. /* HIT_START * BUILD: %t %s ../../test_common.cpp - * RUN: %t EXCLUDE_HIP_PLATFORM hcc + * RUN: %t * HIT_END */ diff --git a/hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp b/hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp index 70b4e559fb..c6a58ce7d4 100644 --- a/hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp +++ b/hipamd/tests/src/runtimeApi/stream/hipStreamSync2.cpp @@ -19,7 +19,7 @@ THE SOFTWARE. /* HIT_START * BUILD: %t %s ../../test_common.cpp - * RUN: %t EXCLUDE_HIP_PLATFORM hcc + * RUN: %t * HIT_END */