From 703356142304b17fa223e51c866041a3b57a63d1 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/clr commit: 843020bfe65ae1588f5a815887d7a97ac9d47728] --- projects/clr/hipamd/tests/src/deviceLib/hipStdComplex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/tests/src/deviceLib/hipStdComplex.cpp b/projects/clr/hipamd/tests/src/deviceLib/hipStdComplex.cpp index f3f5627a93..594b0c6bdd 100644 --- a/projects/clr/hipamd/tests/src/deviceLib/hipStdComplex.cpp +++ b/projects/clr/hipamd/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"