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

/gem5/src/gpu-compute/
H A Dlds_state.hh327 auto dispatchIter = chunkMap.find(dispatchId);
328 fatal_if(dispatchIter == chunkMap.end(),
331 auto workgroup = dispatchIter->second.find(wgId);
332 fatal_if(workgroup == dispatchIter->second.end(),
466 auto dispatchIter = chunkMap.find(x_dispatchId); local
468 if (dispatchIter == chunkMap.end()) {
471 auto workgroupIter = dispatchIter->second.find(x_wgId);
472 if (workgroupIter == dispatchIter->second.end()) {

Completed in 9 milliseconds