From 696c1407afbda0fbc06f3a8d679fbcb43c5f5b3f Mon Sep 17 00:00:00 2001 From: Vignesh Edithal Date: Thu, 12 Jun 2025 16:08:39 -0400 Subject: [PATCH] Bugfix for PR #744 [ROCm/rocprofiler-compute commit: 6054b3b7fde726d03292ce84e9d32a0faf9f2501] --- .../src/rocprof_compute_profile/profiler_base.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py index 5982d24f23..9cc0ce44df 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py @@ -428,9 +428,8 @@ class RocProfCompute_Base: str((end_run_prof - start_run_prof) % 60), ) ) - - # TODO: Finish logic - console_error("Profiler not supported") + else: + console_error("Profiler not supported") if self.__pc_sampling == True and self.__profiler in ( "rocprofv3",