Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

BLD: use smaller scipy-openblas builds #27147

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 8 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 2 requirements/ci32_requirements.txt
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 4 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.