From f32c7724575b77cc656e4519ba1fa91d9afcab85 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:18:05 -0700 Subject: [PATCH] remove gfx12 targets from daily builds with rocm6.2 (#1560) [ROCm/composable_kernel commit: cfac9497e28a7489d5cde5bf2b4f40691dd5659c] --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e61fb71e8e..a79ed859f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1138,7 +1138,7 @@ pipeline { execute_args = """ cmake -D CMAKE_PREFIX_PATH=/opt/rocm \ -D CMAKE_CXX_COMPILER="${build_compiler()}" \ -D CMAKE_BUILD_TYPE=Release \ - -D GPU_ARCHS="gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201" \ + -D GPU_ARCHS="gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102" \ -D CMAKE_CXX_FLAGS=" -O3 " .. && make -j64 """ } steps{