From 79251fc4e2c4e1f23a565a0eeda4133ca35b95f6 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 --- hipamd/tests/src/deviceLib/hipAsynchronousStreams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/tests/src/deviceLib/hipAsynchronousStreams.cpp b/hipamd/tests/src/deviceLib/hipAsynchronousStreams.cpp index a047de322b..17e6254154 100644 --- a/hipamd/tests/src/deviceLib/hipAsynchronousStreams.cpp +++ b/hipamd/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 */