From eaef8fc3ce8876e40ca256c8b10c1eb90ef120e0 Mon Sep 17 00:00:00 2001 From: foreman Date: Mon, 19 Mar 2018 16:56:49 -0400 Subject: [PATCH] P4 to Git Change 1529097 by gandryey@gera-w8 on 2018/03/19 16:45:49 SWDEV-79445 - OCL generic changes and code clean-up - Disable suballocations until regressions will be resolved Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#286 edit [ROCm/clr commit: f4dad682a79769bcc908dc410a11435a28f5a4d6] --- projects/clr/rocclr/runtime/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/runtime/utils/flags.hpp b/projects/clr/rocclr/runtime/utils/flags.hpp index eb29a04ed4..9f68fe004a 100644 --- a/projects/clr/rocclr/runtime/utils/flags.hpp +++ b/projects/clr/rocclr/runtime/utils/flags.hpp @@ -86,7 +86,7 @@ release(size_t, GPU_PINNED_MIN_XFER_SIZE, 512, \ "The minimal buffer size for pinned read/write transfers in KBytes") \ release(size_t, GPU_RESOURCE_CACHE_SIZE, 64, \ "The resource cache size in MB") \ -release(size_t, GPU_MAX_SUBALLOC_SIZE, 4096, \ +release(size_t, GPU_MAX_SUBALLOC_SIZE, 0, \ "The maximum size accepted for suballocaitons in KB") \ release(uint, GPU_ASYNC_MEM_COPY, 0, \ "Enables async memory transfers with DRM engine") \