Skip to content

Commit 807cd74

Browse files
authored
Merge pull request numpy#27147 from mattip/scipy-openblas-0.3.27.44.5
BLD: use smaller scipy-openblas builds
2 parents 251f7e1 + 75ffe91 commit 807cd74

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* OpenBLAS on x86_64 and i686 is built with fewer kernels. Based on
2+
benchmarking, there are 5 clusters of performance around these kernels:
3+
``PRESCOTT NEHALEM SANDYBRIDGE HASWELL SKYLAKEX``.
4+
5+
* OpenBLAS on windows is linked without quadmath, simplfying licensing
6+
7+
* Due to a regression in OpenBLAS on windows, the performance improvements
8+
when using multiple threads for OpenBLAS 0.3.26 were reverted.

requirements/ci32_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spin
22
# Keep this in sync with ci_requirements.txt
3-
scipy-openblas32==0.3.27.44.4
3+
scipy-openblas32==0.3.27.44.5

requirements/ci_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
spin
22
# Keep this in sync with ci32_requirements.txt
3-
scipy-openblas32==0.3.27.44.4
4-
scipy-openblas64==0.3.27.44.4
3+
scipy-openblas32==0.3.27.44.5
4+
scipy-openblas64==0.3.27.44.5

0 commit comments

Comments
 (0)