Searched refs:n_wf (Results 1 - 8 of 8) sorted by relevance

/gem5/src/gpu-compute/
H A DGPU.py92 n_wf = Param.Int(1, 'Number of wavefront slots per SIMD') variable in class:ComputeUnit
147 n_wf = Param.Int(1, 'Number of wavefront slots per SIMD') variable in class:Shader
H A Dfetch_unit.cc72 fetchStatusQueue.resize(computeUnit->shader->n_wf);
74 for (int j = 0; j < computeUnit->shader->n_wf; ++j) {
85 for (int j = 0; j < computeUnit->shader->n_wf; ++j) {
H A Dshader.hh121 int n_wf; member in class:Shader
H A Dscoreboard_check_stage.cc141 for (int wvId = 0; wvId < computeUnit->shader->n_wf; ++wvId) {
H A Dshader.cc61 trace_vgpr_all(1), n_cu((p->CUs).size()), n_wf(p->n_wf),
H A Dcompute_unit.cc111 lastVaddrWF[j].resize(p->n_wf);
113 for (int i = 0; i < p->n_wf; ++i) {
116 wfList[j].push_back(p->wavefronts[j * p->n_wf + i]);
166 for (int i = 0; i < shader->n_wf; ++i) {
336 for (int m = 0; m < shader->n_wf * numSIMDs; ++m) {
395 for (int j = 0; j < shader->n_wf; ++j) {
454 for (int i_wf = 0; i_wf < shader->n_wf; ++i_wf) {
588 for (int i = 0; i < shader->n_wf; ++i) {
598 for (int i = 0; i < shader->n_wf; ++i) {
1782 for (int i_wf = 0; i_wf < shader->n_wf;
[all...]
/gem5/tests/configs/
H A Dgpu-ruby.py173 shader = Shader(n_wf = options.wfs_per_simd,
217 n_wf = options.wfs_per_simd, variable
231 for k in range(int(shader.n_wf)):
/gem5/configs/example/
H A Dapu_se.py203 shader = Shader(n_wf = options.wfs_per_simd,
244 n_wf = options.wfs_per_simd, variable
260 for k in range(shader.n_wf):

Completed in 24 milliseconds