From bb8918faf75907696ceacd4b516dc490de882818 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 21 May 2018 11:35:03 +0530 Subject: [PATCH] Disable incomplete unit tests that don't work on nvcc path Change-Id: If5823ec96a3b2497a08c46ab802c5a0158271053 [ROCm/hip commit: 305592d622a67e04a9cf80e60cc9bb55778179f4] --- projects/hip/tests/src/deviceLib/hipMathFunctions.cpp | 2 +- projects/hip/tests/src/deviceLib/hipTestHalf.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/tests/src/deviceLib/hipMathFunctions.cpp b/projects/hip/tests/src/deviceLib/hipMathFunctions.cpp index 78e85ba62a..f89bdae149 100644 --- a/projects/hip/tests/src/deviceLib/hipMathFunctions.cpp +++ b/projects/hip/tests/src/deviceLib/hipMathFunctions.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/hipTestHalf.cpp b/projects/hip/tests/src/deviceLib/hipTestHalf.cpp index 24a4d6c53e..5a2aac2b29 100644 --- a/projects/hip/tests/src/deviceLib/hipTestHalf.cpp +++ b/projects/hip/tests/src/deviceLib/hipTestHalf.cpp @@ -18,7 +18,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 */