enable rocprofv3 for all old soc architectures (#539)

* enable rocprofv3 for all old soc archetectures

* remove gfx906 from rocprofv3
Tá an tiomantas seo le fáil i:
ywang103-amd
2025-01-23 15:37:00 -05:00
tiomanta ag GitHub
tuismitheoir 34760ff814
tiomantas 713570908a
D'athraigh 4 comhad le 4 breiseanna agus 4 scriosta
+1 -1
Féach ar an gComhad
@@ -42,7 +42,7 @@ class gfx908_soc(OmniSoC_Base):
)
)
)
self.set_compatible_profilers(["rocprofv1", "rocscope"])
self.set_compatible_profilers(["rocprofv1", "rocscope", "rocprofv3"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{
+1 -1
Féach ar an gComhad
@@ -55,7 +55,7 @@ class gfx90a_soc(OmniSoC_Base):
)
)
)
self.set_compatible_profilers(["rocprofv1", "rocscope", "rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocscope", "rocprofv2", "rocprofv3"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{
+1 -1
Féach ar an gComhad
@@ -56,7 +56,7 @@ class gfx940_soc(OmniSoC_Base):
)
)
)
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocprofv2", "rocprofv3"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{
+1 -1
Féach ar an gComhad
@@ -56,7 +56,7 @@ class gfx941_soc(OmniSoC_Base):
)
)
)
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
self.set_compatible_profilers(["rocprofv1", "rocprofv2", "rocprofv3"])
# Per IP block max number of simultaneous counters. GFX IP Blocks
self.set_perfmon_config(
{