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: f4dad682a7]
This commit is contained in:
foreman
2018-03-19 16:56:49 -04:00
parent 5b268112b4
commit eaef8fc3ce
+1 -1
View File
@@ -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") \