Searched refs:workGroupSz (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dwavefront.hh197 uint32_t workGroupSz[3]; member in class:Wavefront
H A Dcompute_unit.cc185 w->workGroupSz[0] = ndr->q.wgSize[0];
186 w->workGroupSz[1] = ndr->q.wgSize[1];
187 w->workGroupSz[2] = ndr->q.wgSize[2];
188 w->wgSz = w->workGroupSz[0] * w->workGroupSz[1] * w->workGroupSz[2];
H A Dwavefront.cc986 actualWgSz[d] = std::min(workGroupSz[d],
987 gridSz[d] - ndr->wgId[d] * workGroupSz[d]);

Completed in 14 milliseconds