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
Esse commit está contido em:
@@ -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") \
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário