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: