From 5359977da111fd7ad3eeebb6e2fff4bbae0eeb00 Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 22 Jan 2016 12:25:38 -0500 Subject: [PATCH] P4 to Git Change 1230222 by bwicakso@opencl-hsa-stg-bwicakso on 2016/01/22 12:13:26 SWDEV-82353 - Enable local memory by default on oclhsa Test: tc precheckin http://ocltc.amd.com:8111/viewLog.html?buildId=14201294&tab=buildResultsDiv&buildTypeId=PrecheckinTestsOpenCLSanity_PrecheckinSanityKaveriLinux64bitDebugHsaFoundation Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#252 edit --- rocclr/runtime/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/runtime/utils/flags.hpp b/rocclr/runtime/utils/flags.hpp index ac59281f39..e183f1775a 100644 --- a/rocclr/runtime/utils/flags.hpp +++ b/rocclr/runtime/utils/flags.hpp @@ -153,7 +153,7 @@ release(uint, CPU_OPENCL_VERSION, 120, \ "Force CPU opencl verison") \ release(bool, ENVVAR_HSA_POLL_KERNEL_COMPLETION, false, \ "Determines if Hsa runtime should use polling scheme") \ -release(bool, HSA_LOCAL_MEMORY_ENABLE, false, \ +release(bool, HSA_LOCAL_MEMORY_ENABLE, true, \ "Enable HSA device local memory usage") \ release(uint, HSA_KERNARG_POOL_SIZE, 2 * 1024 * 1024, \ "Kernarg pool size") \