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>
Αυτή η υποβολή περιλαμβάνεται σε:
υποβλήθηκε από
David Galiffi
γονέας
8bcd0c9b0f
υποβολή
6cea66edaf
@@ -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(
|
||||
{
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user