P4 to Git Change 1077444 by gandryey@gera-dev-w7 on 2014/09/16 14:31:35
ECR #304775 - Add capability to enable large allocations >4GB - Update the blit kernels to consider a buffer size >4GB Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/blitcl.cpp#4 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#110 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#280 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/hsa/hsablit.cpp#8 edit ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#214 edit
This commit is contained in:
@@ -152,6 +152,8 @@ 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, \
|
||||
"Enable >4GB single allocations") \
|
||||
release(bool, AMD_DEPTH_MSAA_INTEROP, false, \
|
||||
"Enable depth stencil and MSAA buffer interop") \
|
||||
release(bool, AMD_THREAD_TRACE_ENABLE, false, \
|
||||
|
||||
Reference in New Issue
Block a user