Skip to content

Commit b03e17a

Browse files
committed
Add NEWS entry for new default of BLAS threads
1 parent bf3d93c commit b03e17a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ Standard library changes
128128
between different eigendecomposition algorithms ([#49355]).
129129
* Added a generic version of the (unblocked) pivoted Cholesky decomposition
130130
(callable via `cholesky[!](A, RowMaximum())`) ([#54619]).
131+
* On Linux, the number of default BLAS threads now respects process affinity,
132+
instead of using total number of logical threads available on the system
133+
([#55574]).
131134

132135
#### Logging
133136

0 commit comments

Comments
 (0)