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

/gem5/src/gpu-compute/
H A Dwavefront.hh203 uint32_t actualWgSzTotal; member in class:Wavefront
H A Dcompute_unit.cc237 if (k + waveId * wfSize() < w->actualWgSzTotal)
257 w->barrierSlots = divCeil(w->actualWgSzTotal, wfSize());
299 if ((waveId + 1) * wfSize() >= w->actualWgSzTotal) {
300 w->spillWidth = w->actualWgSzTotal - (waveId * wfSize());
345 if (wave_id * wfSize() >= w->actualWgSzTotal)
H A Dwavefront.cc984 actualWgSzTotal = 1;
988 actualWgSzTotal *= actualWgSz[d];

Completed in 14 milliseconds