From aabdf3a1b2f8b4cd07bb61df6c5644c2771a50b3 Mon Sep 17 00:00:00 2001 From: Aaron Enye Shi Date: Thu, 24 Jan 2019 21:00:45 +0000 Subject: [PATCH] Exclude mixed dot functions from nvcc path [ROCm/hip commit: 7e46f0639cb82f1a061fb9159a5383a7dabfe0f6] --- projects/hip/tests/src/deviceLib/hipTestDotFunctions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/tests/src/deviceLib/hipTestDotFunctions.cpp b/projects/hip/tests/src/deviceLib/hipTestDotFunctions.cpp index 72d7c2d26d..4dbc12522d 100644 --- a/projects/hip/tests/src/deviceLib/hipTestDotFunctions.cpp +++ b/projects/hip/tests/src/deviceLib/hipTestDotFunctions.cpp @@ -21,8 +21,8 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp - * RUN: %t + * BUILD: %t %s ../test_common.cpp NVCC_OPTIONS -std=c++11 + * RUN: %t EXCLUDE_HIP_PLATFORM nvcc * HIT_END */