Skip to content

Commit

Permalink
CI: Use cpu_baseline of avx512_skx instead of avx512f
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Apr 26, 2024
1 parent 2e42c4b commit a477059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_simd.yml
Expand Up @@ -178,7 +178,7 @@ jobs:
python -m pip install pytest pytest-xdist hypothesis typing_extensions
- name: Build
run: spin build -- -Dallow-noblas=true -Dcpu-baseline=avx512f -Dtest-simd='BASELINE,AVX512_KNL,AVX512_KNM,AVX512_SKX,AVX512_CLX,AVX512_CNL,AVX512_ICL,AVX512_SPR'
run: spin build -- -Dallow-noblas=true -Dcpu-baseline=avx512_skx -Dtest-simd='BASELINE,AVX512_KNL,AVX512_KNM,AVX512_SKX,AVX512_CLX,AVX512_CNL,AVX512_ICL,AVX512_SPR'

- name: Meson Log
if: always()
Expand Down

0 comments on commit a477059

Please sign in to comment.