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

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>

[ROCm/rocprofiler-compute commit: fbe5e34a46]
Tento commit je obsažen v:
cfallows-amd
2025-03-21 12:46:17 -04:00
odevzdal GitHub
rodič c0676b3489
revize a2b7bf38dd
+5 -1
Zobrazit soubor
@@ -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 (