From ceacd2f23dd197a09b6867209026e867d6d3077d Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 25 Jul 2018 15:39:45 +0530 Subject: [PATCH] [tests] Fixed build & disabled run of hipStdComplex on nvcc path Change-Id: I885e96902faa065f6559183f33b6a7aa1f37e393 [ROCm/hip commit: 9d8dd3a4e6e8502296912d97de5fbe87c186a029] --- projects/hip/tests/src/deviceLib/hipStdComplex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/tests/src/deviceLib/hipStdComplex.cpp b/projects/hip/tests/src/deviceLib/hipStdComplex.cpp index f3f5627a93..594b0c6bdd 100644 --- a/projects/hip/tests/src/deviceLib/hipStdComplex.cpp +++ b/projects/hip/tests/src/deviceLib/hipStdComplex.cpp @@ -17,8 +17,8 @@ OUT OF OR INN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s - * RUN: %t + * BUILD: %t %s NVCC_OPTIONS -std=c++11 + * RUN: %t EXCLUDE_HIP_PLATFORM nvcc * HIT_END */ #include "test_common.h"