From 550cf2a8ede61fda70d8b86945a45aec18b54c32 Mon Sep 17 00:00:00 2001 From: benrichard-amd Date: Fri, 12 Jul 2024 14:37:22 -0500 Subject: [PATCH] Update to work with rocprof v1 Signed-off-by: benrichard-amd Signed-off-by: xuchen-amd --- src/rocprof_compute_profile/profiler_rocprof_v2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rocprof_compute_profile/profiler_rocprof_v2.py b/src/rocprof_compute_profile/profiler_rocprof_v2.py index efc534748..b847c0221 100644 --- a/src/rocprof_compute_profile/profiler_rocprof_v2.py +++ b/src/rocprof_compute_profile/profiler_rocprof_v2.py @@ -59,8 +59,6 @@ def get_profiler_options(self, fname): def pre_processing(self): """Perform any pre-processing steps prior to profiling.""" super().pre_processing() - # if self.ready_to_profile: - # self.pmc_perf_split() @demarcate def run_profiling(self, version, prog):