From fa51baca9a7e192d711d0d7c105b9b9050ad4cd6 Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Fri, 23 Feb 2024 11:30:24 +0100 Subject: [PATCH] server: test: ci fix matrix --- .github/workflows/server-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index d59328fda..d48b4e198 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -27,6 +27,7 @@ jobs: matrix: sanitizer: [ADDRESS, THREAD, UNDEFINED] build_type: [Debug, Release] + build: [noavx, avx2, avx, avx512, clblast, openblas, kompute, cublas, cublas] include: - build: 'noavx' defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'