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

aarch64: check for LITTLE cores #26

Merged
merged 1 commit into from
May 28, 2020
Merged

Conversation

sebpop
Copy link
Contributor

@sebpop sebpop commented May 28, 2020

This is a fix for bug #13
This patch adds logic to setup.py to detect aarch64 LITTLE cores for which BLIS has configure flag BLIS_ARCH="cortexa53".
All other cores will configure with BLIS_ARCH="cortexa57".

This is a fix for bug explosion#13 : add logic to setup.py to detect aarch64
LITTLE cores for which BLIS has configure flag BLIS_ARCH="cortexa53".  All other
cores will configure with BLIS_ARCH="cortexa57".
@honnibal
Copy link
Member

honnibal commented May 28, 2020

Thanks!

I'm running blind a bit on this because I don't have a machine set up with that hardware. Really appreciate the contributions.

Btw the release of this is just waiting on me to fix some CI problems. I hope I can do that today or tomorrow.

@honnibal honnibal merged commit a5ee1dd into explosion:master May 28, 2020
@sebpop
Copy link
Contributor Author

sebpop commented May 28, 2020

Hi @honnibal there are several arm64 machines on the GCC farm: https://cfarm.tetaneutral.net/machines/list/ you can get an account pretty easily if you mention that you need access to the machines to test cython-blis on various architectures.
I am also looking at getting an a1 or m6g instance to add arm64 to the CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants