From 2653dc850b000064820ebea1d0f37d81995b753f Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 22 Apr 2024 09:00:18 -0500 Subject: [PATCH] additional mod needed to support roofline binaries potentially executing from two different locations Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: b5011ff0aec9c4153252f6ecd5424e099d8de292] --- projects/rocprofiler-compute/src/utils/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-compute/src/utils/utils.py b/projects/rocprofiler-compute/src/utils/utils.py index 6f541c7030..9ac5f0c0ad 100644 --- a/projects/rocprofiler-compute/src/utils/utils.py +++ b/projects/rocprofiler-compute/src/utils/utils.py @@ -472,6 +472,7 @@ def mibench(args, mspec): for path in binary_paths: if os.path.exists(path): found = True + path_to_binary = path break if not found: