Skip to content

Commit 13112d9

Browse files
Use NPY_DISABLE_CPU_FEATURES to use generic loop for umath functions
1 parent 435a252 commit 13112d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ jobs:
207207
working-directory: ${{ github.workspace }}/test_tmp
208208
env:
209209
SYCL_CACHE_PERSISTENT: 1
210+
# work-around a problem with NumPy SIMD loops on AMD EPYC 7763 64-Core Processor
211+
# for float32 type on Linux
212+
NPY_DISABLE_CPU_FEATURES: "AVX2,FMA3"
210213
run: |
211214
. $CONDA/etc/profile.d/conda.sh
212215
conda activate ${{ env.TEST_ENV_NAME }}

0 commit comments

Comments
 (0)