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

/gem5/src/gpu-compute/
H A Dlds_state.hh57 * individual workgroup
210 // The key is the workgroup ID and dispatch ID
212 // wavefronts are launched, the counter goes up for that workgroup and when
216 // the workgroup asks for space
322 * return the current reference count for this workgroup id
331 auto workgroup = dispatchIter->second.find(wgId);
332 fatal_if(workgroup == dispatchIter->second.end(),
333 "could not find this workgroup id within this dispatch id"
340 auto workgroup = refCountIter->second.find(wgId); local
341 if (workgroup
[all...]

Completed in 5 milliseconds