Searched refs:wavefronts (Results 1 - 4 of 4) sorted by relevance

/gem5/tests/configs/
H A Dgpu-ruby.py228 wavefronts = [] variable
232 wavefronts.append(Wavefront(simdId = j, wf_slot_id = k))
235 compute_units[-1].wavefronts = wavefronts
/gem5/configs/example/
H A Dapu_se.py257 wavefronts = [] variable
261 wavefronts.append(Wavefront(simdId = j, wf_slot_id = k,
265 compute_units[-1].wavefronts = wavefronts
/gem5/src/gpu-compute/
H A DGPU.py79 wavefronts = VectorParam.Wavefront('Number of wavefronts') variable in class:ComputeUnit
H A Dcompute_unit.cc116 wfList[j].push_back(p->wavefronts[j * p->n_wf + i]);
344 // scheduling wavefronts
491 // magic instructions will impact the scheduling of wavefronts
1644 .desc("number of completed wavefronts")

Completed in 20 milliseconds