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

Add ARM environment & requirement files #87

Open
jakirkham opened this issue Jul 24, 2024 · 2 comments
Open

Add ARM environment & requirement files #87

jakirkham opened this issue Jul 24, 2024 · 2 comments

Comments

@jakirkham
Copy link
Member

jakirkham commented Jul 24, 2024

As ARM becomes usage increases, it would be helpful for users to have easier paths to getting started. In particular it would be helpful to start creating conda environment and pip requirement files for ARM

This would involve creating a rapids-reviser patch that adds the following to dependencies.yaml and runs RDFG

     matrix:
       cuda: ["11.8", "12.5"]
-      arch: [x86_64]
+      arch: [aarch64, x86_64]

If there certain elements in the matrix that are missing a aarch64 resolution, then those elements may need to be added as well

The idea would be to roll this out across RAPIDS projects

cc @bdice (thanks for suggesting this idea! 🙏 )

@vyasr
Copy link
Contributor

vyasr commented Jul 24, 2024

Presumably you mean a rapids-reviser patch, otherwise yes this sounds good.

@jakirkham
Copy link
Member Author

Yes a rapid-reviser patch that runs RDFG. Sorry 😂

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