remove gfx12 targets from daily builds with rocm6.2 (#1560)

[ROCm/composable_kernel commit: cfac9497e2]
This commit is contained in:
Illia Silin
2024-10-09 10:18:05 -07:00
committed by GitHub
parent d6eae63f60
commit 985156e572

2
Jenkinsfile vendored
View File

@@ -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{