Skip to content

Commit

Permalink
Fix label for AMD GPU in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Jan 23, 2024
1 parent cc58ade commit 2086410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/continuous.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ pipeline {
dir "docker"
additionalBuildArgs '--build-arg BASE=rocm/dev-ubuntu-20.04:5.3.3-complete --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 && vega'
label 'rocm-docker && AMD_Radeon_Instinct_MI100'
}
}
steps {
Expand Down

0 comments on commit 2086410

Please sign in to comment.