server: test: ci fix matrix
This commit is contained in:
parent
2edd995f2a
commit
fa51baca9a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/server-test.yml
vendored
1
.github/workflows/server-test.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
sanitizer: [ADDRESS, THREAD, UNDEFINED]
|
sanitizer: [ADDRESS, THREAD, UNDEFINED]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
|
build: [noavx, avx2, avx, avx512, clblast, openblas, kompute, cublas, cublas]
|
||||||
include:
|
include:
|
||||||
- build: 'noavx'
|
- build: 'noavx'
|
||||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'
|
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue