mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor: add getter to in order exec info class
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
016529ac12
commit
3b9e1e4b32
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user