gem5 v24.0.0.0
|
#include <compute_unit.hh>
Public Member Functions | |
ComputeUnitStats (statistics::Group *parent, int n_wf) | |
Public Member Functions inherited from gem5::statistics::Group | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. | |
virtual | ~Group () |
virtual void | regStats () |
Callback to set stat parameters. | |
virtual void | resetStats () |
Callback to reset stats. | |
virtual void | preDumpStats () |
Callback before stats are dumped. | |
void | addStat (statistics::Info *info) |
Register a stat with this group. | |
const std::map< std::string, Group * > & | getStatGroups () const |
Get all child groups associated with this object. | |
const std::vector< Info * > & | getStats () const |
Get all stats associated with this object. | |
void | addStatGroup (const char *name, Group *block) |
Add a stat block as a child of this block. | |
const Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. | |
void | mergeStatGroup (Group *block) |
Merge the contents (stats & children) of a block to this block. | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
Definition at line 1029 of file compute_unit.hh.
gem5::ComputeUnit::ComputeUnitStats::ComputeUnitStats | ( | statistics::Group * | parent, |
int | n_wf ) |
Definition at line 2311 of file compute_unit.cc.
References activeLanesPerGMemInstrDist, activeLanesPerLMemInstrDist, argMemInsts, argReads, argWrites, completedWfs, controlFlowDivergenceDist, gem5::csprintf(), dynamicGMemInstrCnt, dynamicLMemInstrCnt, execRateDist, gem5::statistics::DataWrap< Derived, InfoProxyType >::flags(), flatLDSInsts, flatLDSInstsPerWF, flatVMemInsts, flatVMemInstsPerWF, globalMemInsts, globalReads, globalWrites, groupMemInsts, groupReads, groupWrites, headTailLatency, hitsPerTLBLevel, gem5::ArmISA::i, gem5::statistics::Distribution::init(), gem5::statistics::VectorBase< Derived, Stor >::init(), gem5::statistics::VectorDistribution::init(), instCyclesLdsPerSimd, instCyclesScMemPerSimd, instCyclesVALU, instCyclesVMemPerSimd, instInterleave, ipc, kernargMemInsts, kernargReads, kernargWrites, ldsBankConflictDist, ldsNoFlatInsts, ldsNoFlatInstsPerWF, numALUInstsExecuted, numInstrExecuted, numVecOpsExecuted, numVecOpsExecutedF16, numVecOpsExecutedF32, numVecOpsExecutedF64, gem5::ComputeUnit::numVectorALUs, gem5::statistics::oneline, pageDivergenceDist, gem5::statistics::pdf, privMemInsts, privReads, privWrites, readonlyMemInsts, readonlyReads, readonlyWrites, sALUInsts, sALUInstsPerWF, scalarMemInstsPerKiloInst, scalarMemReads, scalarMemReadsPerKiloInst, scalarMemReadsPerWF, scalarMemWrites, scalarMemWritesPerKiloInst, scalarMemWritesPerWF, spillMemInsts, spillReads, spillWrites, gem5::statistics::DataWrapVec< Derived, InfoProxyType >::subname(), threadCyclesVALU, tlbCycles, tlbLatency, tlbRequests, totalCycles, vALUInsts, vALUInstsPerWF, vALUUtilization, vectorMemInstsPerKiloInst, vectorMemReads, vectorMemReadsPerKiloInst, vectorMemReadsPerWF, vectorMemWrites, vectorMemWritesPerKiloInst, vectorMemWritesPerWF, vpc, vpc_f16, vpc_f32, vpc_f64, waveLevelParallelism, and gem5::ComputeUnit::wfSize().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::activeLanesPerGMemInstrDist |
Definition at line 1159 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::activeLanesPerLMemInstrDist |
Definition at line 1160 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::argMemInsts |
Definition at line 1074 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::argReads |
Definition at line 1072 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::argWrites |
Definition at line 1073 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::completedWfs |
Definition at line 1169 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::VegaISA::Inst_SOPP__S_ENDPGM::execute().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::completedWGs |
Definition at line 1170 of file compute_unit.hh.
Referenced by gem5::VegaISA::Inst_SOPP__S_ENDPGM::execute().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::controlFlowDivergenceDist |
Definition at line 1158 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::dynamicFlatMemInstrCnt |
Definition at line 1111 of file compute_unit.hh.
Referenced by gem5::GPUDynInst::updateStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::dynamicGMemInstrCnt |
Definition at line 1109 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::GPUDynInst::updateStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::dynamicLMemInstrCnt |
Definition at line 1112 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::GPUDynInst::updateStats().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::execRateDist |
Definition at line 1122 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::flatLDSInsts |
Definition at line 1045 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::flatLDSInstsPerWF |
Definition at line 1046 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::flatVMemInsts |
Definition at line 1043 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::flatVMemInstsPerWF |
Definition at line 1044 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::globalMemInsts |
Definition at line 1071 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::globalReads |
Definition at line 1069 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::globalWrites |
Definition at line 1070 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::groupMemInsts |
Definition at line 1080 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::groupReads |
Definition at line 1078 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::groupWrites |
Definition at line 1079 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::headTailLatency |
Definition at line 1174 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::DataPort::processMemRespEvent().
statistics::Vector gem5::ComputeUnit::ComputeUnitStats::hitsPerTLBLevel |
Definition at line 1100 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::sendRequest().
statistics::Vector gem5::ComputeUnit::ComputeUnitStats::instCyclesLdsPerSimd |
Definition at line 1067 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::instCyclesSALU |
Definition at line 1038 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::updateInstStats().
statistics::Vector gem5::ComputeUnit::ComputeUnitStats::instCyclesScMemPerSimd |
Definition at line 1066 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::instCyclesVALU |
Definition at line 1037 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Vector gem5::ComputeUnit::ComputeUnitStats::instCyclesVMemPerSimd |
Definition at line 1065 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::VectorDistribution gem5::ComputeUnit::ComputeUnitStats::instInterleave |
Definition at line 1180 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::ipc |
Definition at line 1157 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::kernargMemInsts |
Definition at line 1089 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::kernargReads |
Definition at line 1087 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::kernargWrites |
Definition at line 1088 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::ldsBankAccesses |
Definition at line 1102 of file compute_unit.hh.
Referenced by gem5::LdsState::processPacket().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::ldsBankConflictDist |
Definition at line 1103 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::LdsState::processPacket().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::ldsNoFlatInsts |
Definition at line 1041 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::ldsNoFlatInstsPerWF |
Definition at line 1042 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::numALUInstsExecuted |
Definition at line 1162 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numCASOps |
Definition at line 1167 of file compute_unit.hh.
Referenced by gem5::AtomicOpCAS< T >::execute().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numFailedCASOps |
Definition at line 1168 of file compute_unit.hh.
Referenced by gem5::AtomicOpCAS< T >::execute().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numInstrExecuted |
Definition at line 1119 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numTimesWgBlockedDueSgprAlloc |
Definition at line 1166 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::hasDispResources().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numTimesWgBlockedDueVgprAlloc |
Definition at line 1164 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::hasDispResources().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecuted |
Definition at line 1124 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedF16 |
Definition at line 1126 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedF32 |
Definition at line 1128 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedF64 |
Definition at line 1130 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedFMA16 |
Definition at line 1132 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedFMA32 |
Definition at line 1133 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedFMA64 |
Definition at line 1134 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAC16 |
Definition at line 1136 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAC32 |
Definition at line 1137 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAC64 |
Definition at line 1138 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAD16 |
Definition at line 1140 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAD32 |
Definition at line 1141 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAD64 |
Definition at line 1142 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMFMA |
Definition at line 1144 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMFMAF16 |
Definition at line 1146 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMFMAF32 |
Definition at line 1147 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMFMAF64 |
Definition at line 1148 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMFMAI8 |
Definition at line 1145 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedTwoOpFP |
Definition at line 1150 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::pageDivergenceDist |
Definition at line 1107 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::GPUDynInst::updateStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::privMemInsts |
Definition at line 1083 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::privReads |
Definition at line 1081 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::privWrites |
Definition at line 1082 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::readonlyMemInsts |
Definition at line 1086 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::readonlyReads |
Definition at line 1084 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::readonlyWrites |
Definition at line 1085 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::sALUInsts |
Definition at line 1035 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::sALUInstsPerWF |
Definition at line 1036 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemInstsPerKiloInst |
Definition at line 1061 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::scalarMemReads |
Definition at line 1053 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemReadsPerKiloInst |
Definition at line 1059 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemReadsPerWF |
Definition at line 1054 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::scalarMemWrites |
Definition at line 1051 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemWritesPerKiloInst |
Definition at line 1060 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemWritesPerWF |
Definition at line 1052 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::spillMemInsts |
Definition at line 1077 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::spillReads |
Definition at line 1075 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::spillWrites |
Definition at line 1076 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::threadCyclesVALU |
Definition at line 1039 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::tlbCycles |
Definition at line 1096 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::sendRequest().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::tlbLatency |
Definition at line 1097 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::tlbRequests |
Definition at line 1095 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::sendRequest().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::totalCycles |
Definition at line 1152 of file compute_unit.hh.
Referenced by ComputeUnitStats(), gem5::ComputeUnit::exec(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::vALUInsts |
Definition at line 1033 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vALUInstsPerWF |
Definition at line 1034 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vALUUtilization |
Definition at line 1040 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemInstsPerKiloInst |
Definition at line 1058 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::vectorMemReads |
Definition at line 1049 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemReadsPerKiloInst |
Definition at line 1056 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemReadsPerWF |
Definition at line 1050 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::vectorMemWrites |
Definition at line 1047 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemWritesPerKiloInst |
Definition at line 1057 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemWritesPerWF |
Definition at line 1048 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vpc |
Definition at line 1153 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vpc_f16 |
Definition at line 1154 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vpc_f32 |
Definition at line 1155 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vpc_f64 |
Definition at line 1156 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::waveLevelParallelism |
Definition at line 1091 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::startWavefront().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::wgBlockedDueBarrierAllocation |
Definition at line 1114 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::hasDispResources().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::wgBlockedDueLdsAllocation |
Definition at line 1115 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::hasDispResources().