mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
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:
committed by
sys_ocldev
parent
9f858c29a2
commit
d24850cff3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user