We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3d93c commit b03e17aCopy full SHA for b03e17a
NEWS.md
@@ -128,6 +128,9 @@ Standard library changes
128
between different eigendecomposition algorithms ([#49355]).
129
* Added a generic version of the (unblocked) pivoted Cholesky decomposition
130
(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]).
134
135
#### Logging
136
0 commit comments