compute-runtime/level_zero/core/source/event
Szymon Morek 3bb12ad10a Allocate all event pools in local memory
Currently event pools are allocated in system
memory if HOST_VISIBLE flag is being set.
With this change such event pool will be
allocated in device memory if DC flush is not
allowed.

Related-To: NEO-7302

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2022-09-06 17:17:32 +02:00
..
event.cpp Allocate all event pools in local memory 2022-09-06 17:17:32 +02:00
event.h Handle if L0 Event Memory is Shareable 2022-08-05 00:11:05 +02:00
event_impl.inl Fix kernel timestamp overflow condition 2022-08-16 09:07:49 +02:00