mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 15:53:13 +08:00
Store crossThreadData per root device in Kernel
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
556b6cd457
commit
a67e829fa8
@@ -150,7 +150,7 @@ void GpgpuWalkerHelper<GfxFamily>::dispatchScheduler(
|
||||
&cmdWalker,
|
||||
nullptr,
|
||||
true,
|
||||
devQueueHw.getDevice().getHardwareInfo());
|
||||
devQueueHw.getDevice());
|
||||
|
||||
// Implement enabling special WA DisableLSQCROPERFforOCL if needed
|
||||
GpgpuWalkerHelper<GfxFamily>::applyWADisableLSQCROPERFforOCL(&commandStream, scheduler, true);
|
||||
|
||||
@@ -102,7 +102,7 @@ inline void HardwareInterface<GfxFamily>::programWalker(
|
||||
&walkerCmd,
|
||||
nullptr,
|
||||
true,
|
||||
commandQueue.getDevice().getHardwareInfo());
|
||||
commandQueue.getDevice());
|
||||
|
||||
GpgpuWalkerHelper<GfxFamily>::setGpgpuWalkerThreadData(&walkerCmd, globalOffsets, startWorkGroups,
|
||||
numWorkGroups, localWorkSizes, simd, dim,
|
||||
|
||||
Reference in New Issue
Block a user