We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435a252 commit 13112d9Copy full SHA for 13112d9
.github/workflows/conda-package.yml
@@ -207,6 +207,9 @@ jobs:
207
working-directory: ${{ github.workspace }}/test_tmp
208
env:
209
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"
213
run: |
214
. $CONDA/etc/profile.d/conda.sh
215
conda activate ${{ env.TEST_ENV_NAME }}
0 commit comments