P4 to Git Change 1159349 by rili@rili_opencl_stg on 2015/06/09 12:52:32
EPR #419313 - Blit Kernel execution split
Enabled flag GPU_ENABLE_LARGE_ALLOCATION
Return error if global work size is larger than 32bits.
Code Review#7664
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_execute.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#285 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#111 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#365 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#234 edit
[ROCm/clr commit: ca7f6ab119]
This commit is contained in:
@@ -154,7 +154,7 @@ release(bool, GPU_DIRECT_SRD, false, \
|
||||
"Use indirect SRD access in HSAIL") \
|
||||
release(bool, GPU_USE_DEVICE_QUEUE, false, \
|
||||
"Use a dedicated device queue for the actual submissions") \
|
||||
release(bool, GPU_ENABLE_LARGE_ALLOCATION, false, \
|
||||
release(bool, GPU_ENABLE_LARGE_ALLOCATION, true, \
|
||||
"Enable >4GB single allocations") \
|
||||
release(bool, AMD_THREAD_TRACE_ENABLE, !IS_MAINLINE, \
|
||||
"Enable thread trace extension") \
|
||||
|
||||
Reference in New Issue
Block a user