refactor: pass increment address and value to dispatch params

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2025-02-10 11:41:53 +00:00
committed by Compute-Runtime-Automation
parent 09298d3e6c
commit 18d7a22861
9 changed files with 166 additions and 227 deletions

View File

@@ -50,6 +50,8 @@ struct EncodeDispatchKernelArgs {
uint64_t eventAddress = 0;
uint64_t postSyncImmValue = 0;
uint64_t inOrderCounterValue = 0;
uint64_t inOrderIncrementGpuAddress = 0;
uint64_t inOrderIncrementValue = 0;
Device *device = nullptr;
NEO::InOrderExecInfo *inOrderExecInfo = nullptr;
DispatchKernelEncoderI *dispatchInterface = nullptr;