From 048ffb882bf94b757d1a1983fce63bb111d772ba Mon Sep 17 00:00:00 2001 From: foreman Date: Wed, 19 Jul 2017 20:44:08 -0400 Subject: [PATCH] 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 --- rocclr/runtime/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/runtime/utils/flags.hpp b/rocclr/runtime/utils/flags.hpp index 576730d751..892fbc3a53 100644 --- a/rocclr/runtime/utils/flags.hpp +++ b/rocclr/runtime/utils/flags.hpp @@ -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") \