Add Alibaba Cloud Linux 3 to distro checking for roofline (#620)

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Этот коммит содержится в:
cfallows-amd
2025-03-21 12:46:17 -04:00
коммит произвёл GitHub
родитель 2e7f82aa13
Коммит fbe5e34a46
+5 -1
Просмотреть файл
@@ -880,7 +880,11 @@ def detect_roofline(mspec):
msg = "user-supplied path to binary not accessible"
msg += "--> ROOFLINE_BIN = %s\n" % target_binary
console_error("roofline", msg)
elif rhel_distro == "platform:el8" or rhel_distro == "platform:el9":
elif (
rhel_distro == "platform:el8"
or rhel_distro == "platform:el9"
or rhel_distro == "platform:al8"
):
# Must be a valid RHEL machine
distro = "platform:el8"
elif (