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

/gem5/src/gpu-compute/
H A Dwavefront.hh267 uint32_t spillWidth; member in class:Wavefront
H A Dcompute_unit.cc297 // if set the spillWidth to be the remaining work-items
300 w->spillWidth = w->actualWgSzTotal - (waveId * wfSize());
302 w->spillWidth = wfSize();
/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh283 m->addr[lane] = m->addr[lane] * w->spillWidth +
457 m->addr[lane] = m->addr[lane] * w->spillWidth +

Completed in 17 milliseconds