P4 to Git Change 1436523 by rili@rili-new-stg-pal-opencl on 2017/07/19 17:05:50

SWDEV-126720 - Increase MAX_SINGLE_ALLOC_PERCENT from 75% to 85%.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#274 edit
Этот коммит содержится в:
foreman
2017-07-19 20:44:08 -04:00
родитель 04b3eaa50c
Коммит 048ffb882b
+1 -1
Просмотреть файл
@@ -108,7 +108,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_SINGLE_ALLOC_PERCENT, 75, \
release(uint, GPU_SINGLE_ALLOC_PERCENT, 85, \
"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") \