mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
performance: defer DC flush to host synchronize
Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
074cd41643
commit
3037afa239
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user