Add missing rocm6 and ubuntu2204 elements to roofline binary

Signed-off-by: colramos-amd <colramos@amd.com>
Este commit está contenido en:
colramos-amd
2024-01-25 12:55:32 -06:00
padre d7b6cf81e6
commit be606e6ccb
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
Archivo binario no mostrado.
+1 -1
Ver fichero
@@ -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: