compute-runtime/shared/source/memory_manager
Milczarek, Slawomir 01d03aa5b6 Extended regkey to force prefetch of shared memory in enqueue commands
Extended the regkey ForceMemoryPrefetchForKmdMigratedSharedAllocations
to force meory prefetch of kmd-migrated shared allocation
in clEnqueueNDRangeKernel(), clEnqueueMemFillINTEL, ...

Related-To: NEO-7841

Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
2023-04-11 11:23:48 +02:00
..
definitions Copy command buffer into ring buffer 2023-02-22 16:37:34 +01:00
CMakeLists.txt Cleanup includes 29 2023-01-13 07:53:03 +01:00
address_mapper.cpp Copyright header update 2021-05-17 20:38:19 +02:00
address_mapper.h Copyright header update 2021-05-17 20:38:19 +02:00
alignment_selector.cpp Cleanup includes 13 2022-12-16 12:36:27 +01:00
alignment_selector.h Cleanup includes 13 2022-12-16 12:36:27 +01:00
allocation_properties.h refactor OCL: cleanup after moving multi root device buffers to local mem 2023-02-15 09:41:20 +01:00
allocation_type.h feature: add AssertHandler 2023-03-08 17:55:23 +01:00
allocations_list.cpp Copy command buffer into ring buffer 2023-02-22 16:37:34 +01:00
allocations_list.h Copy command buffer into ring buffer 2023-02-22 16:37:34 +01:00
compression_selector.cpp Refactor: reduce global productHelper getter usage 2023-01-04 16:35:20 +01:00
compression_selector.h Refactor: reduce global productHelper getter usage 2023-01-04 16:35:20 +01:00
deferrable_allocation_deletion.cpp Do not flush tag update if already flushed 2022-08-08 14:11:42 +02:00
deferrable_allocation_deletion.h Copyright header update 2021-05-17 20:38:19 +02:00
deferrable_deletion.h Copyright header update 2021-05-17 20:38:19 +02:00
deferred_deleter.cpp Revert "Deferred deletion of allocations in main thread" 2023-03-20 18:17:15 +01:00
deferred_deleter.h Revert "Deferred deletion of allocations in main thread" 2023-03-20 18:17:15 +01:00
dynamic_memory_tracking.cpp Update formatting in dynamic memory tracking 2022-04-08 13:17:30 +02:00
eviction_status.h Reorganization directory structure [3/n] 2020-02-23 23:48:28 +01:00
gfx_partition.cpp refactor: add constexpr for tera byte 2023-03-28 12:55:52 +02:00
gfx_partition.h feature usm: reserve heap extended in 57 bit address space 2023-03-28 11:06:03 +02:00
graphics_allocation.cpp debug: Reduce debug logs when changing allocation type 2023-02-02 11:05:46 +01:00
graphics_allocation.h refactor graphics allocation structure elements for sub-allocation properties 2023-04-07 16:53:23 +02:00
host_ptr_defines.h Cleanup includes 31 2023-01-16 11:45:55 +01:00
host_ptr_manager.cpp Cleanup includes 13 2022-12-16 12:36:27 +01:00
host_ptr_manager.h Cleanup includes 31 2023-01-16 11:45:55 +01:00
internal_allocation_storage.cpp Cleanup includes 15 2022-12-23 12:36:51 +01:00
internal_allocation_storage.h Cleanup includes 42 2023-01-25 09:16:39 +01:00
local_memory_usage.cpp Cleanup includes 53 2023-02-15 13:21:14 +01:00
local_memory_usage.h Cleanup includes 42 2023-01-25 09:16:39 +01:00
memadvise_flags.h Correct naming in memadvise flags 2022-12-07 14:49:43 +01:00
memory_allocation.cpp Cleanup includes 22 2023-01-05 16:59:01 +01:00
memory_allocation.h Separation of MemoryAllocation from os_agnostic_memory_manager.h 2023-01-04 15:09:36 +01:00
memory_banks.h Partial support for XE_HP_SDV 2021-06-24 18:35:54 +02:00
memory_manager.cpp Revert "Deferred deletion of allocations in main thread" 2023-03-20 18:17:15 +01:00
memory_manager.h Revert "Deferred deletion of allocations in main thread" 2023-03-20 18:17:15 +01:00
memory_operations_handler.h Cleanup includes 57 2023-02-17 11:19:59 +01:00
memory_operations_status.h Detect GPU hang in evictUnusedAllocations() 2022-04-13 15:39:02 +02:00
memory_pool.h Limit blit height on PVC 2022-12-22 14:52:09 +01:00
migration_sync_data.cpp Use dedicated using type for TaskCount 2022-11-28 16:44:44 +01:00
migration_sync_data.h Use dedicated using type for TaskCount 2022-11-28 16:44:44 +01:00
multi_graphics_allocation.cpp Cleanup includes 47 2023-02-10 17:07:30 +01:00
multi_graphics_allocation.h Cleanup includes 4/n 2022-07-28 09:44:48 +02:00
os_agnostic_memory_manager.cpp feature: Relaxed Virtual Memory reservation with pStart 2023-03-08 08:06:50 +01:00
os_agnostic_memory_manager.h feature: Relaxed Virtual Memory reservation with pStart 2023-03-08 08:06:50 +01:00
page_table.cpp Move some shared tests to shared 2021-05-18 13:51:18 +02:00
page_table.h Cleanup includes 57 2023-02-17 11:19:59 +01:00
page_table.inl Move some shared tests to shared 2021-05-18 13:51:18 +02:00
physical_address_allocator.h clang-tidy configuration cleanup 2022-05-11 14:02:04 +02:00
prefetch_manager.cpp Add memory prefetch modes for single and multiple subdevices 2022-12-07 15:25:32 +01:00
prefetch_manager.h Cleanup includes 31 2023-01-16 11:45:55 +01:00
residency.cpp Copyright header update 2021-05-17 20:38:19 +02:00
residency.h Copyright header update 2021-05-17 20:38:19 +02:00
residency_container.h Enabling WDDM_LINUX by default 2021-07-14 12:42:29 +02:00
surface.cpp Cleanup includes 29 2023-01-13 07:53:03 +01:00
surface.h Cleanup includes 29 2023-01-13 07:53:03 +01:00
unified_memory_manager.cpp Extended regkey to force prefetch of shared memory in enqueue commands 2023-04-11 11:23:48 +02:00
unified_memory_manager.h Extended regkey to force prefetch of shared memory in enqueue commands 2023-04-11 11:23:48 +02:00