AMD ROCm version bump for the binary (#2349)

* Bump ROCm to 7.14

* Update ROCm Docker image version in workflow
This commit is contained in:
henk717 2026-07-19 11:35:31 +02:00 committed by GitHub
parent d7ca5a4d01
commit 771b6391ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ jobs:
-w /workspace \
-e KCPP_CUDA="rocm" \
-e BRANCH_NAME="${{ github.head_ref || github.ref_name }}" \
rocm/dev-ubuntu-22.04:7.1-complete \
rocm/dev-ubuntu-22.04:7.14.0-full \
bash -c "
apt update &&
DEBIAN_FRONTEND=noninteractive apt install -y git curl bzip2 python3-tk tcl tk &&