Searched refs:cuList (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dshader.cc66 cuList.resize(n_cu);
69 cuList[i] = p->CUs[i];
70 assert(i == cuList[i]->cu_id);
71 cuList[i]->shader = this;
120 delete cuList[j];
170 cuList[i]->exec();
186 // (b) there are enough free slots in cu cuList[i] for this wg
187 if (ndr->wg_disp_rem && cuList[curCu]->ReadyWorkgroup(ndr)) {
196 cuList[curCu]->StartWorkgroup(ndr);
232 int block_size = cuList
[all...]
H A Dshader.hh149 std::vector<ComputeUnit*> cuList; member in class:Shader
190 cuList[cu_id] = compute_unit;
H A Ddispatcher.cc374 return shader->cuList.size();
380 return shader->cuList[0]->wfSize();
392 return shader->cuList[0]->wfList[0][0]->getStaticContextSize();

Completed in 8 milliseconds