P4 to Git Change 1206896 by weizhang@weizhang-lnx-opencl-tmp on 2015/11/03 10:42:34

SWDEV-80364 - [Project Brahma] OpenCL2.0 Support

	  Report device as OCL2.0.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#245 edit


[ROCm/clr commit: a4e9a3cd2b]
This commit is contained in:
foreman
2015-11-03 10:56:24 -05:00
orang tua 097c4462da
melakukan 71b13f3ba8
@@ -146,7 +146,7 @@ release(bool, GPU_ENABLE_LARGE_ALLOCATION, true, \
"Enable >4GB single allocations") \
release(bool, AMD_THREAD_TRACE_ENABLE, true, \
"Enable thread trace extension") \
release(uint, OPENCL_VERSION, (IS_BRAHMA ? 120 : 200), \
release(uint, OPENCL_VERSION, 200, \
"Force GPU opencl verison") \
release(uint, CPU_OPENCL_VERSION, 120, \
"Force CPU opencl verison") \