Skip to content

Commit 2e5e0ac

Browse files
committed
Add NEWS entry for new default of BLAS threads
1 parent 12da794 commit 2e5e0ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ 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+
* The number of default BLAS threads now respects CPU affinity, instead of using total
132+
number of logical threads available on the system ([#55574]).
131133

132134
#### Logging
133135

0 commit comments

Comments
 (0)