Skip to content

Commit 462d0c2

Browse files
committed
Update HIP CI to rocm 5.2
1 parent cd41fa6 commit 462d0c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.jenkins

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ pipeline {
5656
}
5757
}
5858
}
59-
stage('ROCM-4.5-HIPCC-DEBUG') {
59+
stage('ROCM-5.2-HIPCC-DEBUG') {
6060
agent {
6161
dockerfile {
6262
filename 'Dockerfile.hipcc'
6363
dir 'docker'
64-
additionalBuildArgs '--build-arg BASE=rocm/dev-ubuntu-20.04:4.5-complete'
64+
additionalBuildArgs '--build-arg BASE=rocm/dev-ubuntu-20.04:5.2-complete'
6565
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'
6666
label 'rocm-docker && AMD_Radeon_Instinct_MI100'
6767
}

docker/Dockerfile.hipcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use -complete to get both rocm and rocfft
2-
ARG BASE=rocm/dev-ubuntu-20.04:4.5-complete
2+
ARG BASE=rocm/dev-ubuntu-20.04:5.2-complete
33
FROM $BASE
44

55
ARG NPROCS=4

0 commit comments

Comments
 (0)