Skip to content

Commit 92b41ff

Browse files
committed
Update to rocm 7.14
Signed-off-by: Maarten Arnst <maarten.arnst@uliege.be>
1 parent 7b4f0aa commit 92b41ff

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.images.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,11 @@ jobs:
168168
- kokkos_backends: [OpenMP, HIP]
169169
compiler:
170170
family: rocm
171-
version: 7.0.2
172-
base_image : rocm/dev-ubuntu-24.04:7.0.2
171+
version: 7.14
172+
base_image : rocm/dev-ubuntu-26.04:7.14.0-full
173173
platforms : linux/amd64
174174
kokkos_archs : [ZEN5, AMD_GFX1201]
175+
python_version : 3.14
175176
- kokkos_backends: [OpenMP, SYCL]
176177
compiler:
177178
family: intel
@@ -241,7 +242,7 @@ jobs:
241242
with:
242243
context: .
243244
platforms: ${{ matrix.platforms }}
244-
push: ${{ github.ref == 'refs/heads/main' }}
245+
push: true # ${{ github.ref == 'refs/heads/main' }}
245246
file: docker/dockerfile.backend
246247
tags: ${{ steps.compute-tag.outputs.tag }}
247248
cache-from: type=registry,ref=${{ steps.compute-tag.outputs.tag }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- kokkos_backends: [OpenMP, HIP]
117117
compiler:
118118
family: rocm
119-
version: 7.0.2
119+
version: 7.14
120120
runs-on : "['self-hosted', 'linux', 'docker', 'amd64', 'amd_gfx1201', 'gpu:0']"
121121
docker_run_args: --device /dev/kfd --device /dev/dri
122122
tag_suffix : -zen5-amd_gfx1201

0 commit comments

Comments
 (0)