Files
compute-runtime/opencl/test/unit_test
Filip Hazubski 5b80bd4d7c performance: Memory handling improvements
By default prefer allocating memory first by KMD, instead of malloc first.

By default prefer not caching allocations on MTL devices. This results
in allocations being handled with non-coherent pat index.

For integrated devices when caching is not preferred do not allow
direct memory access in CPU domain. For map/unmap operations create
a dedicated memory allocation for CPU access, instead of accessing it
directly, reusing the same logic as when mapping/unmapping local memory.

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2023-07-19 19:21:44 +02:00
..
2023-07-18 14:52:43 +02:00
2023-02-15 13:59:56 +01:00
2023-01-04 10:40:26 +01:00
2023-01-11 16:10:28 +01:00
2023-07-18 14:52:43 +02:00
2022-07-04 18:20:07 +02:00