Inject SQ_ACCUM_PREV_HIRES for LEVEL counters only (#641)

[ROCm/rocprofiler-compute commit: af76525baa]
This commit is contained in:
vedithal-amd
2025-03-27 10:24:21 -04:00
کامیت شده توسط GitHub
والد c615c12209
کامیت 04dbdc5c5d
@@ -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)