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

/gem5/src/gpu-compute/
H A Dcompute_unit.cc451 int ccnt = 0; local
470 ++ccnt;
472 DPRINTF(GPUSync, "WF[%d][%d] at barrier, increment ccnt to "
473 "%d\n", i_simd, i_wf, ccnt);
478 DPRINTF(GPUSync, "CU%d: returning allAtBarrier ccnt = %d, bslots = %d\n",
479 cu_id, ccnt, bslots);
481 return ccnt == bslots;

Completed in 9 milliseconds