Integrated support for using rocscope with omniperf for top10 (--i-feel-lucky)

Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: eadd35e5c6]
This commit is contained in:
Keith Lowery
2022-12-07 20:19:22 +00:00
committad av coleramos425
förälder 89f91b59bf
incheckning 966e276118
22 ändrade filer med 5487 tillägg och 66 borttagningar
+1 -1
Visa fil
@@ -29,7 +29,7 @@ OMNIPERF_HOME = Path(__file__).resolve().parent
# OMNIPERF INFO
PROG = "omniperf"
SOC_LIST = ["mi50", "mi100", "mi200"]
SOC_LIST = ["mi50", "mi100", "mi200", "vega10"]
DISTRO_MAP = {"platform:el8": "rhel8", "15.3": "sle15sp3", "20.04": "ubuntu20_04"}
version = os.path.join(OMNIPERF_HOME.parent, "VERSION")
try: