Add ubuntu 24.04 detection for roofline bin loading. (#541)

Also updated docker script for dev usage.

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Cette révision appartient à :
cfallows-amd
2025-01-23 19:53:50 -05:00
révisé par GitHub
Parent 713570908a
révision 7602341b70
2 fichiers modifiés avec 7 ajouts et 3 suppressions
+5 -2
Voir le fichier
@@ -177,10 +177,13 @@ do
4.1* | 4.0*)
ROCM_REPO_DIST="xenial"
;;
5.3 | 5.3.* | 5.4 | 5.4.* | 5.5 | 5.5.* | 5.6 | 5.6.* | 5.7 | 5.7.* | 6.0 | 6.0.*)
5.3 | 5.3.* | 5.4 | 5.4.* | 5.5 | 5.5.* | 5.6 | 5.6.* | 5.7 | 5.7.* | 6.*)
case "${VERSION}" in
24.04)
ROCM_REPO_DIST="noble"
;;
22.04)
ROCM_REPO_DIST="ubuntu"
ROCM_REPO_DIST="jammy"
;;
20.04)
ROCM_REPO_DIST="focal"