feature: synchronize patch preamble with wait commands before patching

Related-To: NEO-16140

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-09-17 11:30:29 +00:00
committed by Compute-Runtime-Automation
parent 8ab463f47c
commit 0b65b86ccb
9 changed files with 214 additions and 25 deletions

View File

@@ -101,7 +101,7 @@ struct CommandQueue : _ze_command_queue_handle_t {
return this->saveWaitForPreamble;
}
void saveTagAndTaskCountForCommandLists(uint32_t numCommandLists, ze_command_list_handle_t *commandListHandles,
uint64_t tagGpuAddress, TaskCountType submittedTaskCount);
NEO::GraphicsAllocation *tagGpuAllocation, TaskCountType submittedTaskCount);
protected:
bool frontEndTrackingEnabled() const;