From b2c4c8a8cc6abacae61c6fd7b9e93723759a6e2b Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Tue, 12 Mar 2024 18:21:35 -0500 Subject: [PATCH] Found a bug in kernel filtering and fixed Signed-off-by: colramos-amd [ROCm/rocprofiler-compute commit: 2acc8e98c183fba54fa48e90b86929bb4a4bb05d] --- .../rocprofiler-compute/src/omniperf_profile/profiler_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py b/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py index feac03efb5..7829899b44 100644 --- a/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py +++ b/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py @@ -361,7 +361,7 @@ class OmniProfiler_Base: if not success: console_error(output) else: - console_error(output) + console_debug(output) # Dispatch filtering (inplace replacement) if not self.__args.dispatch == None: