From baffa1752dec5eedee70d2a3c17b46cbbd436a9e 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/hip commit: 913de5cc5ed7a614ac67e9a27e48713cd4ff86d6] --- .../src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp b/projects/hip/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp index 56c3fa75d3..dc025e044e 100644 --- a/projects/hip/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp +++ b/projects/hip/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