rust-ndarray / ndarray-linalg

Linear algebra package for rust-ndarray using LAPACK binding
Other
376 stars 77 forks source link

ARM performance library support? #378

Open jianshu93 opened 7 months ago

jianshu93 commented 7 months ago

Dear ndarray-linalg team,

Is that possible to add support for arm high performance library (https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/first-macos-release-of-arm-performance-libraries) for macOS or ARM Linux(https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Libraries)? This is even more convenient than the MacOS default BLAS library (the accelerate framework) because it will work on any ARM CPUs I think? Some initial tests showed that it is somehow faster than openBLAS and accelerate framework for macOS.

Thanks,

Jianshu