mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
ci : add non-AVX scalar build/test (#2356)
* noavx build and test * we don't need to remove f16c in windows
This commit is contained in:
parent
be2301bcda
commit
1fed755b1f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -197,6 +197,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- build: 'noavx'
|
||||||
|
defines: '-DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'
|
||||||
- build: 'avx2'
|
- build: 'avx2'
|
||||||
defines: '-DLLAMA_BUILD_SERVER=ON'
|
defines: '-DLLAMA_BUILD_SERVER=ON'
|
||||||
- build: 'avx'
|
- build: 'avx'
|
||||||
|
|
Loading…
Reference in a new issue