From 2dcad3802832ef15b9413bbe5fac79f1f484e906 Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Fri, 15 Mar 2024 12:47:30 -0500 Subject: [PATCH] Update roofline distro_map for Ubuntu22.04 (#319) Signed-off-by: colramos-amd --- src/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/utils.py b/src/utils/utils.py index 7a1b710f5c..bf400dae8e 100644 --- a/src/utils/utils.py +++ b/src/utils/utils.py @@ -423,7 +423,7 @@ 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"} + 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":