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

/gem5/src/gpu-compute/
H A Dcompute_unit.cc386 int numWfs = (trueWgSizeTotal + wfSize() - 1) / wfSize(); local
390 assert((numWfs * vregDemandPerWI) <= (numSIMDs * numVecRegsPerSimd));
400 if (numMappedWfs < numWfs) {
411 if (freeWfSlots >= numWfs) {
444 return freeWfSlots >= numWfs && vregAvail && lds.canReserve(ndr->q.ldsSize);

Completed in 8 milliseconds