mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
Update mock dispatch kernel encoder
Releated-To: NEO-4568 Change-Id: I0e0c5308d7cc73a0295ec094001d75bb08f4ac0f Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
57386c11f9
commit
0abf2b20af
@@ -127,7 +127,7 @@ struct KernelImp : Kernel {
|
||||
NEO::GraphicsAllocation *printfBuffer = nullptr;
|
||||
|
||||
uint32_t groupSize[3] = {0u, 0u, 0u};
|
||||
uint32_t numThreadsPerThreadGroup = 0u;
|
||||
uint32_t numThreadsPerThreadGroup = 1u;
|
||||
uint32_t threadExecutionMask = 0u;
|
||||
|
||||
std::unique_ptr<uint8_t[]> crossThreadData = 0;
|
||||
|
||||
Reference in New Issue
Block a user