Skip to content

Commit dd61690

Browse files
committed
debug
1 parent 24003ad commit dd61690

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,12 @@ jobs:
7070
export CFLAGS="${CFLAGS} -fno-fast-math -O2"
7171
pip install . --no-build-isolation --no-deps --verbose
7272
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-
7973
- name: Run mkl_umath tests
8074
run: |
8175
source ${{ env.ONEAPI_ROOT }}/setvars.sh
8276
pip install pytest
8377
# mkl_umath cannot be installed in editable mode, we need
8478
# to change directory before importing it and running tests
8579
cd ..
86-
export MKL_DISABLE_FAST_MM=1
80+
export MKL_THREADING_LAYER=SEQUENTIAL
8781
python -m pytest -sv --pyargs mkl_umath/mkl_umath/tests

0 commit comments

Comments
 (0)