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

/gem5/src/gpu-compute/
H A Dcompute_unit.cc1426 threadCyclesVALU
1501 vALUUtilization = (threadCyclesVALU / (64 * instCyclesVALU)) * 100;
1684 threadCyclesVALU += gpuDynInst->wavefront()->execMask().count();
H A Dcompute_unit.hh311 Stats::Scalar threadCyclesVALU; member in class:ComputeUnit

Completed in 13 milliseconds