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

/gem5/src/gpu-compute/
H A Ddispatcher.cc188 static int nextId = 0; local
207 NDRange *ndr = &(ndRangeMap[nextId]);
228 ndr->dispatchId = nextId;
230 DPRINTF(GPUDisp, "launching kernel %d\n",nextId);
231 execIds.push(nextId);
232 ++nextId;

Completed in 5 milliseconds