server: test: ci matrix

This commit is contained in:
Pierrick HYMBERT 2024-02-23 11:36:21 +01:00
parent d159e29d4b
commit 13863ef956

View file

@ -27,7 +27,7 @@ jobs:
matrix:
sanitizer: [ADDRESS, THREAD, UNDEFINED]
build_type: [Debug, Release]
build: [noavx, avx2, avx, avx512, clblast, openblas, kompute, cublas, cublas]
build: [noavx, avx2, avx, avx512, clblast, openblas, kompute, vulkan, cublas]
include:
- build: 'noavx'
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'