refactor: remove not needed code

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek 2025-04-25 10:40:34 +00:00 committed by Compute-Runtime-Automation
parent 296db5cdc5
commit b37305c821
1 changed files with 0 additions and 3 deletions

View File

@ -352,9 +352,6 @@ ze_result_t CommandListCoreFamily<gfxCoreFamily>::appendLaunchKernelWithParams(K
inOrderIncrementGpuAddress = eventForInOrderExec->getInOrderExecInfo()->getBaseDeviceAddress();
inOrderIncrementValue = eventForInOrderExec->getInOrderIncrementValue();
}
if (!isTimestampEvent) {
eventAddress = 0;
}
}
}
}