Enable rocprofv1 for additional socs (#391)
* Enable rocprofv1 for gfx940/941/942.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Enable rocprofv1 for gfx940/941/942.
Enable rocprofv1 for gfx940/941/942, removing rocscope.
Jira Tracking: https://ontrack-internal.amd.com/browse/SWDEV-474924
Signed-off-by: xuchen-amd <xuchen@amd.com>
---------
Signed-off-by: xuchen-amd <xuchen@amd.com>
[ROCm/rocprofiler-compute commit: 6cea66edaf]
Este commit está contenido en:
@@ -50,7 +50,7 @@ class gfx940_soc(OmniSoC_Base):
|
||||
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
|
||||
)
|
||||
)
|
||||
self.set_compatible_profilers(["rocprofv2"])
|
||||
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
|
||||
# Per IP block max number of simultaneous counters. GFX IP Blocks
|
||||
self.set_perfmon_config(
|
||||
{
|
||||
|
||||
@@ -50,7 +50,7 @@ class gfx941_soc(OmniSoC_Base):
|
||||
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
|
||||
)
|
||||
)
|
||||
self.set_compatible_profilers(["rocprofv2"])
|
||||
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
|
||||
# Per IP block max number of simultaneous counters. GFX IP Blocks
|
||||
self.set_perfmon_config(
|
||||
{
|
||||
|
||||
@@ -50,7 +50,7 @@ class gfx942_soc(OmniSoC_Base):
|
||||
str(config.omniperf_home), "omniperf_soc", "profile_configs", "gfx940"
|
||||
)
|
||||
)
|
||||
self.set_compatible_profilers(["rocprofv2"])
|
||||
self.set_compatible_profilers(["rocprofv1", "rocprofv2"])
|
||||
# Per IP block max number of simultaneous counters. GFX IP Blocks
|
||||
self.set_perfmon_config(
|
||||
{
|
||||
|
||||
Referencia en una nueva incidencia
Block a user