From 875ab7257e3f62bc7fe80af9a195d1ed4b7f8c1a 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: 9b464503fecfe32196493c0412344099b11c9a93] --- projects/rocprofiler-compute/src/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/utils/utils.py b/projects/rocprofiler-compute/src/utils/utils.py index 3d652256b1..5966b95be9 100644 --- a/projects/rocprofiler-compute/src/utils/utils.py +++ b/projects/rocprofiler-compute/src/utils/utils.py @@ -591,4 +591,4 @@ def is_workload_empty(path): else: error("[profiling] Error. Cannot find pmc_perf.csv in %s" % path) - \ No newline at end of file +