mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Add concurrent kernel execution type
Related-To: NEO-4940 Signed-off-by: Sebastian Luzynski <sebastian.jozef.luzynski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
85ce7a5866
commit
556b6cd457
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user