We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24003ad commit dd61690Copy full SHA for dd61690
.github/workflows/build-with-clang.yml
@@ -70,18 +70,12 @@ jobs:
70
export CFLAGS="${CFLAGS} -fno-fast-math -O2"
71
pip install . --no-build-isolation --no-deps --verbose
72
73
- - name: Smoke import
74
- run: |
75
- source ${{ env.ONEAPI_ROOT }}/setvars.sh
76
- cd ..
77
- python -X faulthandler -c "import numpy, mkl_umath; print('import OK')"
78
-
79
- name: Run mkl_umath tests
80
run: |
81
source ${{ env.ONEAPI_ROOT }}/setvars.sh
82
pip install pytest
83
# mkl_umath cannot be installed in editable mode, we need
84
# to change directory before importing it and running tests
85
cd ..
86
- export MKL_DISABLE_FAST_MM=1
+ export MKL_THREADING_LAYER=SEQUENTIAL
87
python -m pytest -sv --pyargs mkl_umath/mkl_umath/tests
0 commit comments