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

/gem5/src/gpu-compute/
H A Dfetch_stage.cc63 fetchUnit[j].bindWaveList(&computeUnit->wfList[j]);
H A Dcompute_unit.cc108 wfList.resize(numSIMDs);
116 wfList[j].push_back(p->wavefronts[j * p->n_wf + i]);
117 wfList[j][i]->setParent(this);
167 delete wfList[j][i];
337 Wavefront *w = wfList[m % numSIMDs][m / numSIMDs];
397 if (wfList[i][j]->status == Wavefront::S_STOPPED) {
455 Wavefront *w = wfList[i_simd][i_wf];
589 wfList[j][i]->initCallArgMem(shader->funcargs_size, wavefrontSize);
600 std::make_pair(wfList[j][i], BLOCKED));
633 computeUnit->wfList[gpuDynIns
[all...]
H A Ddispatcher.cc392 return shader->cuList[0]->wfList[0][0]->getStaticContextSize();
H A Dcompute_unit.hh136 std::vector<std::vector<Wavefront*>> wfList; member in class:ComputeUnit

Completed in 13 milliseconds