Skip to content

Commit c3fec33

Browse files
author
Raghuveer Devulapalli
committed
CI: Use cpu_baseline of avx512_skx instead of avx512f
1 parent 2e42c4b commit c3fec33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux_simd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,19 +178,19 @@ jobs:
178178
python -m pip install pytest pytest-xdist hypothesis typing_extensions
179179
180180
- name: Build
181-
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'
181+
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'
182182

183183
- name: Meson Log
184184
if: always()
185185
run: cat build/meson-logs/meson-log.txt
186186

187-
- name: SIMD tests (KNM)
187+
- name: SIMD tests (SKX)
188188
run: |
189189
export NUMPY_SITE=$(realpath build-install/usr/lib/python*/site-packages/)
190190
export PYTHONPATH="$PYTHONPATH:$NUMPY_SITE"
191191
cd build-install &&
192-
sde -knm -- python -c "import numpy; numpy.show_config()" &&
193-
sde -knm -- python -m pytest $NUMPY_SITE/numpy/_core/tests/test_simd*
192+
sde -skx -- python -c "import numpy; numpy.show_config()" &&
193+
sde -skx -- python -m pytest $NUMPY_SITE/numpy/_core/tests/test_simd*
194194
195195
- name: linalg/ufunc/umath tests (TGL)
196196
run: |

0 commit comments

Comments
 (0)