From bf29705489a4acc8ccfb451c70f7e2bc9b95e2f4 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 11 Aug 2017 14:49:17 +0530 Subject: [PATCH] [dtests] Fix hip_threadfence_system test's BUILD command Change-Id: I037c523369e4bddd7a386ffe117fe97a178900fd [ROCm/clr commit: 88ff8d9da434558f7228d0287e239e9f94d9d876] --- .../clr/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp b/projects/clr/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp index be59d56ab1..31f6db1e17 100644 --- a/projects/clr/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp +++ b/projects/clr/hipamd/tests/src/deviceLib/hip_threadfence_system.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp -std=c++11 + * BUILD: %t %s ../test_common.cpp NVCC_OPTIONS -std=c++11 * RUN: %t * HIT_END */