Add concurrent kernel execution type

Related-To: NEO-4940
Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com>
This commit is contained in:
Sebastian Luzynski
2020-11-17 11:42:29 +01:00
committed by Compute-Runtime-Automation
parent 85ce7a5866
commit 556b6cd457
19 changed files with 124 additions and 17 deletions

View File

@@ -369,7 +369,8 @@ void CommandQueueHw<gfxCoreFamily>::programFrontEnd(uint64_t scratchAddress, NEO
scratchAddress,
device->getMaxNumHwThreads(),
csr->getOsContext().getEngineType(),
NEO::AdditionalKernelExecInfo::NotApplicable);
NEO::AdditionalKernelExecInfo::NotApplicable,
NEO::KernelExecutionType::NotApplicable);
frontEndInit = true;
}