refactor: add flag for ext kernel
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
parent
df5588a633
commit
759cc5538d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue