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:
committed by
Karl W. Schulz
parent
b99d448d3b
commit
fbe6b2d683
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user