gem5
v22.1.0.0
|
#include <compute_unit.hh>
Public Member Functions | |
ComputeUnitStats (statistics::Group *parent, int n_wf) | |
![]() | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. More... | |
virtual | ~Group () |
virtual void | regStats () |
Callback to set stat parameters. More... | |
virtual void | resetStats () |
Callback to reset stats. More... | |
virtual void | preDumpStats () |
Callback before stats are dumped. More... | |
void | addStat (statistics::Info *info) |
Register a stat with this group. More... | |
const std::map< std::string, Group * > & | getStatGroups () const |
Get all child groups associated with this object. More... | |
const std::vector< Info * > & | getStats () const |
Get all stats associated with this object. More... | |
void | addStatGroup (const char *name, Group *block) |
Add a stat block as a child of this block. More... | |
const Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. More... | |
void | mergeStatGroup (Group *block) |
Merge the contents (stats & children) of a block to this block. More... | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
Definition at line 994 of file compute_unit.hh.
gem5::ComputeUnit::ComputeUnitStats::ComputeUnitStats | ( | statistics::Group * | parent, |
int | n_wf | ||
) |
Definition at line 2194 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 1118 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::activeLanesPerLMemInstrDist |
Definition at line 1119 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::argMemInsts |
Definition at line 1039 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::argReads |
Definition at line 1037 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::argWrites |
Definition at line 1038 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::completedWfs |
Definition at line 1128 of file compute_unit.hh.
Referenced by ComputeUnitStats(), gem5::Gcn3ISA::Inst_SOPP__S_ENDPGM::execute(), and gem5::VegaISA::Inst_SOPP__S_ENDPGM::execute().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::completedWGs |
Definition at line 1129 of file compute_unit.hh.
Referenced by gem5::Gcn3ISA::Inst_SOPP__S_ENDPGM::execute(), and gem5::VegaISA::Inst_SOPP__S_ENDPGM::execute().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::controlFlowDivergenceDist |
Definition at line 1117 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::dynamicFlatMemInstrCnt |
Definition at line 1076 of file compute_unit.hh.
Referenced by gem5::GPUDynInst::updateStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::dynamicGMemInstrCnt |
Definition at line 1074 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::GPUDynInst::updateStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::dynamicLMemInstrCnt |
Definition at line 1077 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::GPUDynInst::updateStats().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::execRateDist |
Definition at line 1087 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::flatLDSInsts |
Definition at line 1010 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::flatLDSInstsPerWF |
Definition at line 1011 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::flatVMemInsts |
Definition at line 1008 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::flatVMemInstsPerWF |
Definition at line 1009 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::globalMemInsts |
Definition at line 1036 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::globalReads |
Definition at line 1034 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::globalWrites |
Definition at line 1035 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::groupMemInsts |
Definition at line 1045 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::groupReads |
Definition at line 1043 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::groupWrites |
Definition at line 1044 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::headTailLatency |
Definition at line 1133 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::DataPort::processMemRespEvent().
statistics::Vector gem5::ComputeUnit::ComputeUnitStats::hitsPerTLBLevel |
Definition at line 1065 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::sendRequest().
statistics::Vector gem5::ComputeUnit::ComputeUnitStats::instCyclesLdsPerSimd |
Definition at line 1032 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::instCyclesSALU |
Definition at line 1003 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::updateInstStats().
statistics::Vector gem5::ComputeUnit::ComputeUnitStats::instCyclesScMemPerSimd |
Definition at line 1031 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::instCyclesVALU |
Definition at line 1002 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Vector gem5::ComputeUnit::ComputeUnitStats::instCyclesVMemPerSimd |
Definition at line 1030 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::VectorDistribution gem5::ComputeUnit::ComputeUnitStats::instInterleave |
Definition at line 1139 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::ipc |
Definition at line 1116 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::kernargMemInsts |
Definition at line 1054 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::kernargReads |
Definition at line 1052 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::kernargWrites |
Definition at line 1053 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::ldsBankAccesses |
Definition at line 1067 of file compute_unit.hh.
Referenced by gem5::LdsState::processPacket().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::ldsBankConflictDist |
Definition at line 1068 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::LdsState::processPacket().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::ldsNoFlatInsts |
Definition at line 1006 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::ldsNoFlatInstsPerWF |
Definition at line 1007 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::numALUInstsExecuted |
Definition at line 1121 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numCASOps |
Definition at line 1126 of file compute_unit.hh.
Referenced by gem5::AtomicOpCAS< T >::execute().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numFailedCASOps |
Definition at line 1127 of file compute_unit.hh.
Referenced by gem5::AtomicOpCAS< T >::execute().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numInstrExecuted |
Definition at line 1084 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numTimesWgBlockedDueSgprAlloc |
Definition at line 1125 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::hasDispResources().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numTimesWgBlockedDueVgprAlloc |
Definition at line 1123 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::hasDispResources().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecuted |
Definition at line 1089 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedF16 |
Definition at line 1091 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedF32 |
Definition at line 1093 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedF64 |
Definition at line 1095 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedFMA16 |
Definition at line 1097 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedFMA32 |
Definition at line 1098 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedFMA64 |
Definition at line 1099 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAC16 |
Definition at line 1101 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAC32 |
Definition at line 1102 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAC64 |
Definition at line 1103 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAD16 |
Definition at line 1105 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAD32 |
Definition at line 1106 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedMAD64 |
Definition at line 1107 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::numVecOpsExecutedTwoOpFP |
Definition at line 1109 of file compute_unit.hh.
Referenced by gem5::Wavefront::exec().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::pageDivergenceDist |
Definition at line 1072 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::GPUDynInst::updateStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::privMemInsts |
Definition at line 1048 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::privReads |
Definition at line 1046 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::privWrites |
Definition at line 1047 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::readonlyMemInsts |
Definition at line 1051 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::readonlyReads |
Definition at line 1049 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::readonlyWrites |
Definition at line 1050 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::sALUInsts |
Definition at line 1000 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::sALUInstsPerWF |
Definition at line 1001 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemInstsPerKiloInst |
Definition at line 1026 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::scalarMemReads |
Definition at line 1018 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemReadsPerKiloInst |
Definition at line 1024 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemReadsPerWF |
Definition at line 1019 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::scalarMemWrites |
Definition at line 1016 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemWritesPerKiloInst |
Definition at line 1025 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::scalarMemWritesPerWF |
Definition at line 1017 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::spillMemInsts |
Definition at line 1042 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::spillReads |
Definition at line 1040 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::spillWrites |
Definition at line 1041 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::threadCyclesVALU |
Definition at line 1004 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::tlbCycles |
Definition at line 1061 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::sendRequest().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::tlbLatency |
Definition at line 1062 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::tlbRequests |
Definition at line 1060 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::sendRequest().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::totalCycles |
Definition at line 1111 of file compute_unit.hh.
Referenced by ComputeUnitStats(), gem5::ComputeUnit::exec(), and gem5::Wavefront::exec().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::vALUInsts |
Definition at line 998 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vALUInstsPerWF |
Definition at line 999 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vALUUtilization |
Definition at line 1005 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemInstsPerKiloInst |
Definition at line 1023 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::vectorMemReads |
Definition at line 1014 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemReadsPerKiloInst |
Definition at line 1021 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemReadsPerWF |
Definition at line 1015 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::vectorMemWrites |
Definition at line 1012 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::updateInstStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemWritesPerKiloInst |
Definition at line 1022 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vectorMemWritesPerWF |
Definition at line 1013 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vpc |
Definition at line 1112 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vpc_f16 |
Definition at line 1113 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vpc_f32 |
Definition at line 1114 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Formula gem5::ComputeUnit::ComputeUnitStats::vpc_f64 |
Definition at line 1115 of file compute_unit.hh.
Referenced by ComputeUnitStats().
statistics::Distribution gem5::ComputeUnit::ComputeUnitStats::waveLevelParallelism |
Definition at line 1056 of file compute_unit.hh.
Referenced by ComputeUnitStats(), and gem5::ComputeUnit::startWavefront().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::wgBlockedDueBarrierAllocation |
Definition at line 1079 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::hasDispResources().
statistics::Scalar gem5::ComputeUnit::ComputeUnitStats::wgBlockedDueLdsAllocation |
Definition at line 1080 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::hasDispResources().