From 595ca9141afb5131f0e73868077d96af3f387bf7 Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Tue, 23 Jan 2024 12:56:59 -0600 Subject: [PATCH] Fix reporting of --roof-only runs in sys_info Signed-off-by: colramos-amd [ROCm/rocprofiler-compute commit: 7556316f02b0cbcd6011d75d3bae3eeeb053af54] --- .../rocprofiler-compute/src/omniperf_profile/profiler_base.py | 1 - 1 file changed, 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 5a6e577866..11d01c98b1 100644 --- a/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py +++ b/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py @@ -353,7 +353,6 @@ class OmniProfiler_Base(): """Perform any post-processing steps prior to profiling. """ logging.debug("[profiling] performing post-processing using %s profiler" % self.__profiler) - gen_sysinfo( workload_name=self.__args.name, workload_dir=self.get_args().path,