apply formatter

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2024-03-15 14:00:03 -05:00
کامیت شده توسط Karl W. Schulz
والد 0e3809f20b
کامیت f4070e3654
+6 -1
مشاهده پرونده
@@ -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":