8000 ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64 by Developer-Ecosystem-Engineering · Pull Request #24053 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64 #24053

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

Prev Previous commit
DOC: add release note
[skip ci]
  • Loading branch information
rgommers committed Aug 31, 2023
commit bc94c48778076ef756572b78a9d9f3c6ab9dcea0
5 changes: 5 additions & 0 deletions doc/release/upcoming_changes/24053.new_feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Support for the updated Accelerate BLAS/LAPACK library, including ILP64 (64-bit
integer) support, in macOS 13.3 has been added. This brings arm64 support, and
significant performance improvements of up to 10x for commonly used linear
algebra operations. When Accelerate is selected at build time, the 13.3+
version will automatically be used if available.
0