8000 Merge pull request #27162 from charris/backport-27147 · numpy/numpy@4e03144 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e03144

Browse files
authored
Merge pull request #27162 from charris/backport-27147
BLD: use smaller scipy-openblas builds
2 parents 30782b0 + 37aba67 commit 4e03144

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)
0