Skip to content

Commit

Permalink
fixup: bump HIP CI to rocm 5.2 for Kokkos 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Feb 9, 2024
1 parent 9ef48b5 commit 83eb558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ pipeline {
}
}
}
stage('ROCM-4.5-HIPCC-DEBUG') {
stage('ROCM-5.2-HIPCC-DEBUG') {
agent {
dockerfile {
filename 'Dockerfile.hipcc'
dir 'docker'
additionalBuildArgs '--build-arg BASE=rocm/dev-ubuntu-20.04:4.5-complete'
additionalBuildArgs '--build-arg BASE=rocm/dev-ubuntu-20.04:5.2-complete'
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'
label 'rocm-docker && vega && AMD_Radeon_Instinct_MI60'
}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.hipcc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use -complete to get both rocm and rocfft
ARG BASE=rocm/dev-ubuntu-20.04:4.5-complete
ARG BASE=rocm/dev-ubuntu-20.04:5.2-complete
FROM $BASE

ARG NPROCS=4
Expand Down

0 comments on commit 83eb558

Please sign in to comment.