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

/gem5/src/gpu-compute/
H A Dcompute_unit.cc1418 instCyclesVALU
1429 "Similar to instCyclesVALU but multiplied by the number of "
1501 vALUUtilization = (threadCyclesVALU / (64 * instCyclesVALU)) * 100;
1683 instCyclesVALU++;
H A Dcompute_unit.hh309 Stats::Scalar instCyclesVALU; member in class:ComputeUnit

Completed in 13 milliseconds