Move perfmon_configs dir into omniperf_soc dir. Rename config dirs for clarity

Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
colramos-amd
2023-12-11 12:26:26 -06:00
committed by Karl W. Schulz
parent b99d448d3b
commit fbe6b2d683
126 changed files with 10 additions and 31 deletions
+4
View File
@@ -132,6 +132,10 @@ class Omniperf:
@demarcate
def detect_soc(self, arch=None):
"""Load OmniSoC instance for Omniperf run
"""
# in case of analyze mode, we can explicitly specify an arch
# rather than detect from rocminfo
if not arch:
mspec = get_machine_specs(0)
arch = mspec.GPU