Inject SQ_ACCUM_PREV_HIRES for LEVEL counters only (#641)

This commit is contained in:
vedithal-amd
2025-03-27 10:24:21 -04:00
کامیت شده توسط GitHub
والد 6cb5bcdbe9
کامیت af76525baa
@@ -323,6 +323,9 @@ class OmniSoC_Base:
if self.__arch not in ("gfx908", "gfx90a"):
counters = counters - {"TCP_TCP_LATENCY_sum"}
# SQ_ACCUM_PREV_HIRES will be injected for level counters later on
counters = counters - {"SQ_ACCUM_PREV_HIRES"}
# Coalesce and writeback workload specific perfmon
self.perfmon_coalesce(counters)