enable rocprofv3 for all old soc architectures (#539)

* enable rocprofv3 for all old soc archetectures

* remove gfx906 from rocprofv3
Tento commit je obsažen v:
ywang103-amd
2025-01-23 15:37:00 -05:00
odevzdal GitHub
rodič 34760ff814
revize 713570908a
4 změnil soubory, kde provedl 4 přidání a 4 odebrání
+1 -1
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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(
{