diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py index a4fec81863..c8bcdb59fa 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py @@ -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( { diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx90a.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx90a.py index a84ebc5575..4147314614 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx90a.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx90a.py @@ -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( { diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx940.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx940.py index ca63df993e..626dee1753 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx940.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx940.py @@ -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( { diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx941.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx941.py index 9fdef9c7cb..31e9efd4ad 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx941.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx941.py @@ -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( {