mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
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:
committed by
Compute-Runtime-Automation
parent
8ab463f47c
commit
0b65b86ccb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user