chore: upgrade ROCm version from 7.2 to 7.2.1 across configuration and documentation

This commit is contained in:
Donato Capitella
2026-04-09 18:33:52 +01:00
parent d1e49d4aa0
commit 4ac481e7d1
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -44,11 +44,11 @@ jobs:
run: |
IN='${{ github.event.inputs.backends }}'
if [[ "$IN" == "all" || -z "$IN" ]]; then
JSON='["rocm-6.4.2","rocm-6.4.3","rocm-6.4.4","rocm-7.1.1","rocm-7.2","rocm-7beta","rocm7-nightlies","vulkan-amdvlk","vulkan-radv"]'
JSON='["rocm-6.4.2","rocm-6.4.3","rocm-6.4.4","rocm-7.1.1","rocm-7.2","rocm-7.2.1","rocm-7beta","rocm7-nightlies","vulkan-amdvlk","vulkan-radv"]'
else
IN_CLEAN=$(echo "$IN" | tr -d '[:space:]')
JSON='["'${IN_CLEAN//,/\",\"}'"]'
fi
fi`
echo "list=${JSON}" >> "$GITHUB_OUTPUT"
- name: Prune old tags