Skip to content

Commit

Permalink
additional mod needed to support roofline binaries potentially
Browse files Browse the repository at this point in the history
executing from two different locations

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
  • Loading branch information
koomie committed Apr 22, 2024
1 parent 144843f commit b5011ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5011ff

Please sign in to comment.