-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Build wheels for additional architectures #7476
Comments
We currently don't have POWER architecture in our CI to compile our binary and send it out for distribution. It also adds additional overhead for release testing. I can recommend the following:
|
Adding aarch64 to the mix (ARM64), would make #12128 a duplicate Here a tool from the python packaging authority to build multi arch wheels: https://github.com/pypa/cibuildwheel |
I'm going to close this as duplicate of #13780 |
CUDA supports ARM, POWER8, POWER9, and x86_64. Ray only builds wheels for x86_64. Tons of supercomputers with GPUs use POWER, and Jetson boards (popularly used in robots) use ARM. Both of those are things that need to be supported.
Last I checked, building ray from source on POWER8 worked just fine.
This was first mentioned in issue #2358, but that was recently closed without explanation.
The text was updated successfully, but these errors were encountered: