Skip to content

Commit e0c0894

Browse files
committed
ci : remove CMAKE_CUDA_ARCHITECTURES in windows-cublas
This commit removes the -DCMAKE_CUDA_ARCHITECTURES=all flag from the windows-cublas job in the build.yml file. The motivation for this is that building for all architectures is unnecessary and takes a long time. Without this flag the architectures will instead be set by ggml-cuda. Refs: ggml-org#2915 (comment)
1 parent 3fc6ad9 commit e0c0894

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,6 @@ jobs:
828828
cmake -S . -B build -G "Ninja Multi-Config" ^
829829
-DCMAKE_BUILD_TYPE=${{ matrix.build }} ^
830830
-DGGML_CUDA=${{ matrix.cublas }} ^
831-
-DCMAKE_CUDA_ARCHITECTURES=all ^
832831
-DWHISPER_SDL2=${{ matrix.sdl2 }} ^
833832
-DSDL2_DIR="%SDL2_DIR%"
834833
set /A NINJA_JOBS=%NUMBER_OF_PROCESSORS%-1

0 commit comments

Comments
 (0)