Fixing missing counters for gfx900 (#1028)

This commit is contained in:
Gopesh Bhardwaj
2024-08-21 11:54:30 +05:30
committed by GitHub
parent 439025d421
commit fa91169479
2 changed files with 38 additions and 35 deletions
@@ -132,6 +132,9 @@
<metric name="LDSBankConflict" expr=100*SQ_LDS_BANK_CONFLICT/GRBM_GUI_ACTIVE/CU_NUM descr="The percentage of GPUTime LDS is stalled by bank conflicts. Value range: 0% (optimal) to 100% (bad)."></metric>
</gfx9>
<gfx900 base="gfx9">
</gfx900>
<gfx906 base="gfx9">
# EA1
<metric name="TCC_EA1_RDREQ_32B_sum" expr=reduce(TCC_EA1_RDREQ_32B,sum) descr="Number of 32-byte TCC/EA read requests. Sum over TCC EA1s."></metric>