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
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
IN='${{ inputs.backends }}'
if [[ "$IN" == "all" || -z "$IN" ]]; then
JSON='["rocm-6.4.4","rocm-7.2","rocm7-nightlies","vulkan-amdvlk","vulkan-radv"]'
JSON='["rocm-6.4.4","rocm-7.2.1","rocm7-nightlies","vulkan-amdvlk","vulkan-radv"]'
else
# Remove spaces and build JSON array from comma list
IN_CLEAN=$(echo "$IN" | tr -d '[:space:]')