From dd7cad9ed41a65c241d3e8d9a362571fdb8cc76a Mon Sep 17 00:00:00 2001 From: Sameer Sahasrabuddhe Date: Wed, 4 Mar 2020 14:54:59 +0530 Subject: [PATCH] enable hostcall tests Change-Id: Ic6efe71c868defc53be214acd7e0907109ec1410 [ROCm/hip commit: c7d7640d87e29b19e536197e6ae94429ba503c6d] --- projects/hip/tests/src/hostcall/hipHostcallFuncCall.cpp | 2 +- projects/hip/tests/src/hostcall/hipHostcallPrintThings.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/tests/src/hostcall/hipHostcallFuncCall.cpp b/projects/hip/tests/src/hostcall/hipHostcallFuncCall.cpp index 4b73352bb7..d849e69788 100644 --- a/projects/hip/tests/src/hostcall/hipHostcallFuncCall.cpp +++ b/projects/hip/tests/src/hostcall/hipHostcallFuncCall.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s EXCLUDE_HIP_PLATFORM all + * BUILD: %t %s EXCLUDE_HIP_PLATFORM NVCC EXCLUDE_HIP_RUNTIME HCC EXCLUDE_HIP_COMPILER hcc * HIT_END */ diff --git a/projects/hip/tests/src/hostcall/hipHostcallPrintThings.cpp b/projects/hip/tests/src/hostcall/hipHostcallPrintThings.cpp index 742798c0b9..8e3ebdae78 100644 --- a/projects/hip/tests/src/hostcall/hipHostcallPrintThings.cpp +++ b/projects/hip/tests/src/hostcall/hipHostcallPrintThings.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s EXCLUDE_HIP_PLATFORM all + * BUILD: %t %s EXCLUDE_HIP_PLATFORM NVCC EXCLUDE_HIP_RUNTIME HCC EXCLUDE_HIP_COMPILER hcc * HIT_END */