refactor: add flag for ext kernel

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz 2024-07-11 11:34:00 +00:00 committed by Compute-Runtime-Automation
parent df5588a633
commit 759cc5538d
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ struct CmdListKernelLaunchParams {
bool isBuiltInKernel = false;
bool isDestinationAllocationInSystemMemory = false;
bool isHostSignalScopeEvent = false;
bool isExpLaunchKernel = false;
bool skipInOrderNonWalkerSignaling = false;
bool pipeControlSignalling = false;
bool omitAddingKernelResidency = false;