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

Optimized python builds #14

Open
hmaarrfk opened this issue Jan 7, 2019 · 2 comments
Open

Optimized python builds #14

hmaarrfk opened this issue Jan 7, 2019 · 2 comments

Comments

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Jan 7, 2019

@jjhelmus my optimzied python builds timed out.

https://app.shippable.com/github/Archiconda/python-feedstock/dashboard

I'm also unsure about doing the Optimization on a CI. Seems a little spooky especially since this CI has a 96 core machine!!!!

I assume they have dual cravium processors
https://www.marvell.com/server-processors/thunderx-arm-processors/

Do you want to run the builds on your hardware?

@jjhelmus
Copy link

I built an optimized version of Python 3.7.2 on my hardware which took a little over 2 hours. Most of the PGO must be done single threaded so having more cores does not speed up the build. The package can be found in the c4aarch64 channel.

The recipe is available in the conda4aarch repo. It tracks the version from the AnacondaRecipes feedstock which has a few minor difference from the conda-forge recipe.

@hmaarrfk
Copy link
Contributor Author

Nice!!! It will be cool to benchmark the difference that it has on real applications.

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

No branches or pull requests

2 participants