Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit initial OpenBLAS thread count #46844

Merged
merged 2 commits into from
Nov 15, 2022
Merged

Commits on Nov 4, 2022

  1. 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.
    staticfloat committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f66db7d View commit details
    Browse the repository at this point in the history
  2. Support older names

    staticfloat committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e8dba44 View commit details
    Browse the repository at this point in the history