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

/gem5/src/gpu-compute/
H A Dcompute_unit.cc448 ComputeUnit::AllAtBarrier(uint32_t _barrier_id, uint32_t bcnt, uint32_t bslots) argument
463 DPRINTF(GPUSync, "wf->barrier_cnt %d, bcnt = %d\n",
464 w->barrierCnt, bcnt);
468 w->barrierId == _barrier_id && w->barrierCnt == bcnt &&
H A Dcompute_unit.hh276 * (denoted by bcnt). When the number at the barrier matches bslots, then
279 int AllAtBarrier(uint32_t _barrier_id, uint32_t bcnt, uint32_t bslots);

Completed in 13 milliseconds