8000 BLD: use smaller scipy-openblas builds by charris · Pull Request #27162 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BLD: use smaller scipy-openblas builds #27162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/release/upcoming_changes/27147.performance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* OpenBLAS on x86_64 and i686 is built with fewer kernels. Based on
benchmarking, there are 5 clusters of performance around these kernels:
``PRESCOTT NEHALEM SANDYBRIDGE HASWELL SKYLAKEX``.

* OpenBLAS on windows is linked without quadmath, simplfying licensing

* Due to a regression in OpenBLAS on windows, the performance improvements
when using multiple threads for OpenBLAS 0.3.26 were reverted.
2 changes: 1 addition & 1 deletion requirements/ci32_requirements.txt
8000
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spin
# Keep this in sync with ci_requirements.txt
scipy-openblas32==0.3.27.44.4
scipy-openblas32==0.3.27.44.5
4 changes: 2 additions & 2 deletions requirements/ci_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spin
# Keep this in sync with ci32_requirements.txt
scipy-openblas32==0.3.27.44.4
scipy-openblas64==0.3.27.44.4
scipy-openblas32==0.3.27.44.5
scipy-openblas64==0.3.27.44.5
Loading
0