From cf7c7f2db26948d3a94518304777ec9b89f85122 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 7 Jan 2019 09:26:21 +0530 Subject: [PATCH] Update hipAsynchronousStreams.cpp This test needs to be excluded from nvcc platform [ROCm/hip commit: 580c8084001136ae10d3966bf8a484211fcc53b1] --- projects/hip/tests/src/deviceLib/hipAsynchronousStreams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/deviceLib/hipAsynchronousStreams.cpp b/projects/hip/tests/src/deviceLib/hipAsynchronousStreams.cpp index a047de322b..17e6254154 100644 --- a/projects/hip/tests/src/deviceLib/hipAsynchronousStreams.cpp +++ b/projects/hip/tests/src/deviceLib/hipAsynchronousStreams.cpp @@ -19,7 +19,7 @@ THE SOFTWARE. /* * HIT_START - * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++11 + * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++11 EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */