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:
Maciej Plewka
2020-08-04 14:18:31 +02:00
committed by sys_ocldev
parent 57386c11f9
commit 0abf2b20af
3 changed files with 4 additions and 3 deletions

View File

@@ -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;