P4 to Git Change 1097122 by gandryey@gera-dev-w7 on 2014/11/14 11:06:31
ECR #304775 - Rename GPU_MAX_ALLOC_PERCENT to GPU_SINGLE_ALLOC_PERCENT Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#482 edit ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#219 edit
This commit is contained in:
@@ -116,7 +116,7 @@ release(bool, GPU_IMAGE_DMA, true, \
|
||||
"Enable DRM DMA for image transfers") \
|
||||
release(uint, CPU_MAX_ALLOC_PERCENT, 25, \
|
||||
"Maximum size of a single allocation in MiB") \
|
||||
release(uint, GPU_MAX_ALLOC_PERCENT, 75, \
|
||||
release(uint, GPU_SINGLE_ALLOC_PERCENT, 75, \
|
||||
"Maximum size of a single allocation as percentage of total") \
|
||||
release(uint, GPU_NUM_COMPUTE_RINGS, 2, \
|
||||
"GPU number of compute rings. 0 - disabled, 1 , 2,.. - the number of compute rings") \
|
||||
|
||||
Reference in New Issue
Block a user