From 4b98572f4725a90901024d3c635608787707ab91 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 --- tests/src/runtimeApi/event/record_event.cpp | 2 +- tests/src/runtimeApi/stream/hipStreamSync2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/runtimeApi/event/record_event.cpp b/tests/src/runtimeApi/event/record_event.cpp index c117f28f5c..bd8a3ada8e 100644 --- a/tests/src/runtimeApi/event/record_event.cpp +++ b/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/tests/src/runtimeApi/stream/hipStreamSync2.cpp b/tests/src/runtimeApi/stream/hipStreamSync2.cpp index 70b4e559fb..c6a58ce7d4 100644 --- a/tests/src/runtimeApi/stream/hipStreamSync2.cpp +++ b/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 */