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:
@@ -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(
|
||||
{
|
||||
|
||||
@@ -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(
|
||||
{
|
||||
|
||||
@@ -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(
|
||||
{
|
||||
|
||||
@@ -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(
|
||||
{
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele