Skip to content

Commit

Permalink
Add rocprofv2 support to Mi200. Closes ROCm#295.
Browse files Browse the repository at this point in the history
Signed-off-by: colramos-amd <colramos@amd.com>
  • Loading branch information
coleramos425 committed Mar 4, 2024
1 parent 4a8917f commit 79260da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omniperf_soc/soc_gfx90a.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, args, mspec):
self.get_arch(),
)
)
self.set_compatible_profilers(["rocprofv1", "rocscope"])
self.set_compatible_profilers(["rocprofv1", "rocscope", "rocprofv2"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{
Expand Down

0 comments on commit 79260da

Please sign in to comment.