mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Do not track split internal events as a barrier
Related-To: NEO-7723, NEO-7716 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6b6e112412
commit
073de9db62
@@ -796,7 +796,7 @@ ze_result_t OaMetricQueryImp::writeMetricQuery(CommandList &commandList, ze_even
|
||||
commandList.commandContainer.addToResidencyContainer(pool.pAllocation);
|
||||
|
||||
// Wait for events before executing query.
|
||||
commandList.appendWaitOnEvents(numWaitEvents, phWaitEvents, false);
|
||||
commandList.appendWaitOnEvents(numWaitEvents, phWaitEvents, false, true);
|
||||
|
||||
if (metricQueriesSize) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user