mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Add parameter to setGpgpuWalkerThreadData.
Change-Id: I931f27ad3a21d3d151b19ac9226e245134295b98 Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
711ba1414a
commit
25083960ac
@ -88,7 +88,7 @@ struct WorkGroupSizeBase {
|
||||
(workItems[2] + workGroupSize[2] - 1) / workGroupSize[2]};
|
||||
const iOpenCL::SPatchThreadPayload threadPayload = {};
|
||||
GpgpuWalkerHelper<FamilyType>::setGpgpuWalkerThreadData(&pCmd, globalOffsets, workGroupsStart, workGroupsNum,
|
||||
workGroupSize, simdSize, dims, true, false, threadPayload);
|
||||
workGroupSize, simdSize, dims, true, false, threadPayload, 0u);
|
||||
|
||||
//And check if it is programmed correctly
|
||||
auto numWorkItems = computeWalkerWorkItems<FamilyType>(pCmd);
|
||||
|
Reference in New Issue
Block a user