You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll have to refine the logic for ip block filtering to account for metrics that reference other blocks such as this. We'll add this to the next release
Adding this to a future milestone. IP Block, dispatch, and kernel filtering are going to be overhauled when we introduce alternative profiling to users.
This alternative profiling option will introduce a single output csv where organizing logical IP Blocks is much easier. This will also eliminate the issue we have with metrics that use counters from different blocks like our Memory Chart. This similar issue is described below
Issue was that these metrics used SQ_ACCUM_PREV_HIRES which is a counter generated in several ip blocks. Needed to specify which csv to pull counter from in .yaml configs.
Another issue exists with these two cache latencies
The expressions for these metrics use counters from two ip blocks.
Specifically, we noticed this while trying to collect coalescing (which lives in the TCP section):
https://github.com/AMDResearch/omniperf/blob/62d130b458a21a2c964da234cf7a24420e01efe1/src/omniperf_cli/configs/gfx90a/1600_L1_cache.yaml#L20
but uses values from the TA (i.e., TA_TOTAL_WAVEFRONTS_sum).
So, if a user does:
the resulting
Buffer Coalescing
value in the L1 section will be empty.The text was updated successfully, but these errors were encountered: