refactor: add getter to in order exec info class

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2024-04-11 18:55:27 +00:00
committed by Compute-Runtime-Automation
parent 016529ac12
commit 3b9e1e4b32
3 changed files with 4 additions and 1 deletions

View File

@@ -2521,7 +2521,7 @@ void CommandListCoreFamily<gfxCoreFamily>::appendWaitOnInOrderDependency(std::sh
bool indirectMode = false;
size_t inOrderPatchListIndex = 0;
size_t inOrderPatchListIndex = std::numeric_limits<size_t>::max();
if (isQwordInOrderCounter()) {
indirectMode = true;