Skip to content

Commit

Permalink
apply formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <[email protected]>
  • Loading branch information
koomie committed Mar 15, 2024
1 parent 0e3809f commit f4070e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,12 @@ def mibench(args, mspec):
"""Run roofline microbenchmark to generate peek BW and FLOP measurements."""
console_log("roofline", "No roofline data found. Generating...")

distro_map = {"platform:el8": "rhel8", "15.3": "sle15sp3", "20.04": "ubuntu20_04", "22.04": "ubuntu22_04"}
distro_map = {
"platform:el8": "rhel8",
"15.3": "sle15sp3",
"20.04": "ubuntu20_04",
"22.04": "ubuntu22_04",
}

target_binary = detect_roofline(mspec)
if target_binary["rocm_ver"] == "override":
Expand Down

0 comments on commit f4070e3

Please sign in to comment.