From 6fd533b39396a11cfcdec0d69441fecf82c24a89 Mon Sep 17 00:00:00 2001 From: Sudheer Kumar Date: Fri, 27 Nov 2020 11:23:41 +0530 Subject: [PATCH] compiler argument update for nvcc Change-Id: If40caf20543cc29301482deddfb03d6fccb6f3c9 [ROCm/clr commit: da6de845353a32b924b8d6dfbc87d45bfe0b0451] --- .../src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp b/projects/clr/hipamd/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp index 56c3fa75d3..dc025e044e 100644 --- a/projects/clr/hipamd/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp +++ b/projects/clr/hipamd/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp @@ -22,7 +22,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 * TEST_NAMED: %t d2dMemCpyWithPinnedHostMemory_pinned --pinned * TEST_NAMED: %t d2dMemCpyWithPinnedHostMemory_registered --registered * HIT_END