From 8ccf5b87851824c3f4343f9c430ec7e7bd962797 Mon Sep 17 00:00:00 2001 From: Sam Reeve <6740307+streeve@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:21:37 -0500 Subject: [PATCH] re-enable jenkins HIP --- .jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins b/.jenkins index c658ff8b1..9ba6f80d8 100644 --- a/.jenkins +++ b/.jenkins @@ -63,7 +63,7 @@ pipeline { dir 'docker' additionalBuildArgs '--build-arg BASE=rocm/dev-ubuntu-20.04:4.5-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' + label 'rocm-docker && AMD_Radeon_Instinct_MI100' } } steps {