File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
33FROM $BASE
44
55ARG NPROCS=4
You can’t perform that action at this time.
0 commit comments