performance: defer DC flush to host synchronize

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-11-25 13:41:55 +00:00
committed by Compute-Runtime-Automation
parent 074cd41643
commit 3037afa239
13 changed files with 62 additions and 612 deletions

View File

@@ -97,10 +97,6 @@ zexCounterBasedEventCreate2(ze_context_handle_t hContext, ze_device_handle_t hDe
auto l0Event = device->getL0GfxCoreHelper().createStandaloneEvent(eventDescriptor, device, result);
if (signalScope ^ counterBasedEventDesc->signalScope) {
l0Event->setMitigateHostVisibleSignal();
}
*phEvent = l0Event;
return result;