Searched defs:wfSize (Results 1 - 6 of 6) sorted by relevance
/gem5/src/gpu-compute/ | ||
H A D | dispatcher.cc | 378 GpuDispatcher::wfSize() const function in class:GpuDispatcher |
H A D | GPU.py | 62 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 D | wavefront.hh | 110 int wfSize; member in class:CallArgMem |
H A D | compute_unit.hh | 252 int wfSize() const { return wavefrontSize; }; function in class:ComputeUnit |
/gem5/tests/configs/ | ||
H A D | gpu-ruby.py | 203 wfSize = options.wf_size, variable |
/gem5/configs/example/ | ||
H A D | apu_se.py | 232 wfSize = options.wf_size, variable 262 wfSize = options.wf_size)) variable |
Completed in 17 milliseconds