Skip to content

Commit

Permalink
Update CI to ROCm 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Jan 23, 2024
1 parent 3520ef5 commit 410efb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .jenkins/continuous.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@ pipeline {
}
}

stage('HIP-5.3.3') {
stage('HIP-5.6') {
agent {
dockerfile {
filename "Dockerfile.hipcc"
dir "docker"
additionalBuildArgs '--build-arg BASE=rocm/dev-ubuntu-20.04:5.3.3-complete --build-arg KOKKOS_ARCH=${KOKKOS_ARCH}'
additionalBuildArgs '--build-arg BASE=rocm/dev-ubuntu-20.04:5.6 --build-arg KOKKOS_ARCH=${KOKKOS_ARCH}'
args '-v /tmp/ccache.kokkos:/tmp/ccache --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --env HIP_VISIBLE_DEVICES=${HIP_VISIBLE_DEVICES} --env AMDGPU_TARGET=${AMDGPU_TARGET}'
label 'rocm-docker && AMD_Radeon_Instinct_MI100'
}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.hipcc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE=rocm/dev-ubuntu-20.04:5.3.3-complete
ARG BASE=rocm/dev-ubuntu-20.04:5.6
FROM $BASE

ARG NPROCS=4
Expand Down

0 comments on commit 410efb6

Please sign in to comment.