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
* Limit initial OpenBLAS thread count
We set OpenBLAS's initial thread count to `1` to prevent runaway
allocation within OpenBLAS's initial thread startup. LinearAlgebra will
later call `BLAS.set_num_threads()` to the actual value we require.
* Support older names
(cherry picked from commit 58b559f)
0 commit comments