Searched defs:wfSize (Results 1 - 6 of 6) sorted by relevance

/gem5/src/gpu-compute/
H A Ddispatcher.cc378 GpuDispatcher::wfSize() const function in class:GpuDispatcher
H A DGPU.py62 wfSize = Param.Int(64, 'Wavefront size (in work items)') variable in class:VectorRegisterFile
72 wfSize = Param.Int(64, 'Wavefront size (in work items)') variable in class:Wavefront
80 wfSize = Param.Int(64, 'Wavefront size (in work items)') variable in class:ComputeUnit
H A Dwavefront.hh110 int wfSize; member in class:CallArgMem
H A Dcompute_unit.hh252 int wfSize() const { return wavefrontSize; }; function in class:ComputeUnit
/gem5/tests/configs/
H A Dgpu-ruby.py203 wfSize = options.wf_size, variable
/gem5/configs/example/
H A Dapu_se.py232 wfSize = options.wf_size, variable
262 wfSize = options.wf_size)) variable

Completed in 17 milliseconds