enable rocprofv3 for all old soc architectures (#539)

* enable rocprofv3 for all old soc archetectures

* remove gfx906 from rocprofv3

[ROCm/rocprofiler-compute commit: 713570908a]
Tento commit je obsažen v:
ywang103-amd
2025-01-23 15:37:00 -05:00
odevzdal GitHub
rodič c5c44a9cba
revize 8079e2e10b
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(
{