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

/gem5/src/gpu-compute/
H A Dcompute_unit.hh252 int wfSize() const { return wavefrontSize; };
747 int wavefrontSize; member in class:ComputeUnit
H A Dcompute_unit.cc81 globalSeqNum(0), wavefrontSize(p->wfSize),
96 fatal_if(!isPowerOf2(wavefrontSize),
589 wfList[j][i]->initCallArgMem(shader->funcargs_size, wavefrontSize);

Completed in 13 milliseconds