Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set
OPENBLAS_NUM_THREADS=1
on local Distributed workers (#47803)
This should prevent LinearAlgebra from trying to increase our OpenBLAS thread count in its `__init__()` method when we're not trying to enable threaded BLAS.
- Loading branch information