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:
foreman
2014-11-14 11:30:20 -05:00
rodzic ab2a9ee5fc
commit 0fc8ceaa73
2 zmienionych plików z 3 dodań i 3 usunięć
+1 -1
Wyświetl plik
@@ -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") \