Add missing rocm6 and ubuntu2204 elements to roofline binary

Signed-off-by: colramos-amd <colramos@amd.com>
Dieser Commit ist enthalten in:
colramos-amd
2024-01-25 12:55:32 -06:00
Ursprung d7b6cf81e6
Commit be606e6ccb
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
Binäre Datei nicht angezeigt.
+1 -1
Datei anzeigen
@@ -391,7 +391,7 @@ def detect_roofline():
# Must be a valid SLES machine
# Use SP3 binary for all forward compatible service pack versions
distro = "15.3"
elif ubuntu_distro == "20.04":
elif ubuntu_distro == "20.04" or ubuntu_distro == "22.04":
# Must be a valid Ubuntu machine
distro = ubuntu_distro
else: