From 65782bbaeb82b60f890ef3f16b539762221de140 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 15 Nov 2016 10:42:27 +0530 Subject: [PATCH] Enable USE_COPY_EXT_V2 by default Change-Id: I2c0dc80f85a0ccb5744715b5418a604e38b249ed [ROCm/clr commit: 0696d4417fccb5ba519bc93c7f3b33e91e744335] --- projects/clr/hipamd/src/hip_hcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/src/hip_hcc.cpp b/projects/clr/hipamd/src/hip_hcc.cpp index e5619f723e..d066079fc0 100644 --- a/projects/clr/hipamd/src/hip_hcc.cpp +++ b/projects/clr/hipamd/src/hip_hcc.cpp @@ -49,7 +49,7 @@ THE SOFTWARE. #ifndef USE_COPY_EXT_V2 -#define USE_COPY_EXT_V2 0 +#define USE_COPY_EXT_V2 1 #endif //=================================================================================================