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

/gem5/src/gpu-compute/
H A Dschedule_stage.cc126 uint32_t readyListSize = computeUnit->readyList[j].size(); local
130 if (!readyListSize) {
142 assert(computeUnit->readyList[j].size() == readyListSize - 1);

Completed in 4 milliseconds