Searched refs:workGroupId (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dwavefront.hh196 uint32_t workGroupId[3]; member in class:Wavefront
H A Dcompute_unit.cc276 w->workGroupId[0] = w->wgId % ndr->numWg[0];
277 w->workGroupId[1] = (w->wgId / ndr->numWg[0]) % ndr->numWg[1];
278 w->workGroupId[2] = w->wgId / (ndr->numWg[0] * ndr->numWg[1]);

Completed in 10 milliseconds