You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Work around terrible pathological behaviour in OpenBLAS multithreading, that causes execution time to blow up from 3 minutes to 18 minutes, apparently in SVD on smallish matrices
28
+
# Work around terrible pathological behaviour in OpenBLAS/MKL/VML multithreading, that causes
29
+
# execution time to blow up from 3 minutes to 18 minutes, apparently in SVD on smallish matrices
48
30
OMP_NUM_THREADS: 1
31
+
MKL_NUM_THREADS: 1
32
+
VML_NUM_THREADS: 1
49
33
steps:
50
34
- uses: actions/checkout@v1
51
35
- name: Set up Miniconda environment for Python ${{ matrix.python-version }}
0 commit comments