From 1a34cbc1c47ae67a46e2271675ec0d00118a3afd 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 [ROCm/hip commit: bbcb3fa0c0258faa692502ba82af9a2dbb60b288] --- projects/hip/tests/src/deviceLib/hip_bitextract.cpp | 2 +- projects/hip/tests/src/deviceLib/hip_bitinsert.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/tests/src/deviceLib/hip_bitextract.cpp b/projects/hip/tests/src/deviceLib/hip_bitextract.cpp index 3c3ca33d69..34e0be2b57 100644 --- a/projects/hip/tests/src/deviceLib/hip_bitextract.cpp +++ b/projects/hip/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/projects/hip/tests/src/deviceLib/hip_bitinsert.cpp b/projects/hip/tests/src/deviceLib/hip_bitinsert.cpp index 135234dceb..063281768c 100644 --- a/projects/hip/tests/src/deviceLib/hip_bitinsert.cpp +++ b/projects/hip/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 */