From bbcb3fa0c0258faa692502ba82af9a2dbb60b288 Mon Sep 17 00:00:00 2001 From: Aaron Enye Shi Date: Wed, 29 Aug 2018 15:29:53 +0000 Subject: [PATCH] Remove testing bitinsert/extract on nvcc path --- tests/src/deviceLib/hip_bitextract.cpp | 2 +- tests/src/deviceLib/hip_bitinsert.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/deviceLib/hip_bitextract.cpp b/tests/src/deviceLib/hip_bitextract.cpp index 3c3ca33d69..34e0be2b57 100644 --- a/tests/src/deviceLib/hip_bitextract.cpp +++ b/tests/src/deviceLib/hip_bitextract.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */ diff --git a/tests/src/deviceLib/hip_bitinsert.cpp b/tests/src/deviceLib/hip_bitinsert.cpp index 135234dceb..063281768c 100644 --- a/tests/src/deviceLib/hip_bitinsert.cpp +++ b/tests/src/deviceLib/hip_bitinsert.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */