temp disable avx stuff

This commit is contained in:
James Ravenscroft 2023-05-08 14:53:36 +01:00
parent 6358835d98
commit 161884f495

View File

@ -75,15 +75,15 @@ jobs:
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: # strategy:
matrix: # matrix:
include: # include:
- build: 'avx2' # - build: 'avx2'
defines: '' # defines: ''
- build: 'avx' # - build: 'avx'
defines: '-DLLAMA_AVX2=OFF' # defines: '-DLLAMA_AVX2=OFF'
- build: 'avx512' # - build: 'avx512'
defines: '-DLLAMA_AVX512=ON' # defines: '-DLLAMA_AVX512=ON'
steps: steps: