Skip to content

Commit 52e09ea

Browse files
committed
ci: restore linux avx2 build
1 parent 700a797 commit 52e09ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
strategy:
4545
matrix:
4646
include:
47+
- build: "avx2"
48+
defines: "-DGGML_AVX2=ON -DSD_BUILD_SHARED_LIBS=ON"
4749
- build: "avx512"
4850
defines: "-DGGML_NATIVE=OFF -DGGML_AVX512=ON -DGGML_AVX=ON -DGGML_AVX2=ON -DGGML_FMA=ON -DGGML_F16C=ON -DSD_BUILD_SHARED_LIBS=ON"
4951

0 commit comments

Comments
 (0)