Skip to content

Commit

Permalink
Limit initial OpenBLAS thread count
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
staticfloat committed Sep 30, 2022
1 parent 6863249 commit 97f2eaf
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 94 deletions.
Loading

0 comments on commit 97f2eaf

Please sign in to comment.