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 e296ce7
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 94 deletions.
Loading

0 comments on commit e296ce7

Please sign in to comment.