enable rocprofv3 for all old soc architectures (#539)

* enable rocprofv3 for all old soc archetectures

* remove gfx906 from rocprofv3

[ROCm/rocprofiler-compute commit: 713570908a]
Этот коммит содержится в:
ywang103-amd
2025-01-23 15:37:00 -05:00
коммит произвёл GitHub
родитель c5c44a9cba
Коммит 8079e2e10b
4 изменённых файлов: 4 добавлений и 4 удалений
+1 -1
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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(
{