Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LinearAlgebra] Initialise number of BLAS threads with `uv_available_…
…parallelism` This is a safer estimate than `Sys.CPU_THREADS` to avoid oversubscribing the machine when running distributed applications, or when the Julia process is constrained by external controls (`taskset`, `cgroups`, etc.).
- Loading branch information