Alter API with additional kernel exec info.

Related-To: NEO-4875
Change-Id: I10a5e3bfc32be520c3554c992dc36591fc1ff599
Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com>
This commit is contained in:
Sebastian Luzynski
2020-09-02 11:38:54 +02:00
committed by sys_ocldev
parent 9f858c29a2
commit d24850cff3
24 changed files with 152 additions and 38 deletions

View File

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