Skip to content
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

ENH: Add ARM Compiler with ARM Performance Library support #20682

Merged
merged 12 commits into from Dec 30, 2021

Conversation

charris
Copy link
Member

@charris charris commented Dec 30, 2021

Backport of 20416.

The Arm Compiler provides the latest support and enhancements to compile on Arm platforms.
This also includes Arm Performance Library for optimised LAPACK and BLAS.

Tested on GW4 Isambard ARM system.

See:
https://developer.arm.com/tools-and-software/server-and-hpc/compile/arm-compiler-for-linux
https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries

From https://gitlab.com/arm-hpc/packages/-/wikis/packages/numpy

Added `-fPIC` due to relocation errors when building shared library from static library such as quadmath.
Added ARM compiler.
Added `-fPIC` due to relocation errors.
Force version in setup.py
Revert version forcing.
Remove `-mcpu=native` since it should be decided by the configuration.
@charris charris added this to the 1.22.0 release milestone Dec 30, 2021
@charris charris merged commit c283859 into numpy:maintenance/1.22.x Dec 30, 2021
@charris charris deleted the backport-20416 branch December 30, 2021 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants