Enable rocprofv1 for additional socs (#391)
* Enable rocprofv1 for gfx940/941/942. Signed-off-by: xuchen-amd <xuchen@amd.com> * Enable rocprofv1 for gfx940/941/942. Enable rocprofv1 for gfx940/941/942, removing rocscope. Jira Tracking: https://ontrack-internal.amd.com/browse/SWDEV-474924 Signed-off-by: xuchen-amd <xuchen@amd.com> --------- Signed-off-by: xuchen-amd <xuchen@amd.com>
Tento commit je obsažen v:
@@ -50,7 +50,7 @@ class gfx940_soc(OmniSoC_Base):
|
||||
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
|
||||
)
|
||||
)
|
||||
self.set_compatible_profilers(["rocprofv2"])
|
||||
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
|
||||
# Per IP block max number of simultaneous counters. GFX IP Blocks
|
||||
self.set_perfmon_config(
|
||||
{
|
||||
|
||||
@@ -50,7 +50,7 @@ class gfx941_soc(OmniSoC_Base):
|
||||
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
|
||||
)
|
||||
)
|
||||
self.set_compatible_profilers(["rocprofv2"])
|
||||
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
|
||||
# Per IP block max number of simultaneous counters. GFX IP Blocks
|
||||
self.set_perfmon_config(
|
||||
{
|
||||
|
||||
@@ -50,7 +50,7 @@ class gfx942_soc(OmniSoC_Base):
|
||||
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
|
||||
)
|
||||
)
|
||||
self.set_compatible_profilers(["rocprofv2"])
|
||||
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
|
||||
# Per IP block max number of simultaneous counters. GFX IP Blocks
|
||||
self.set_perfmon_config(
|
||||
{
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele