mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
performance: update task count after staging copy
Related-To: NEO-14026 This is required for proper reuse of staging buffers within same API call. Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
12fa26f202
commit
b80c9c70b7
@@ -1890,7 +1890,7 @@ ze_result_t CommandListCoreFamilyImmediate<gfxCoreFamily>::appendStagingMemoryCo
|
||||
}
|
||||
}
|
||||
ret = flushImmediate(ret, true, hasStallingCmds, relaxedOrdering,
|
||||
NEO::AppendOperations::kernel, true, hSignalEvent, false, nullptr, nullptr);
|
||||
NEO::AppendOperations::kernel, true, hSignalEvent, true, nullptr, nullptr);
|
||||
return ret;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user