Skip to content

[arm64 ci] add arm64 github runners #399

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snadampal
Copy link

this is to build and upload the wheels for aarch64 linux platform

this is to build and upload the wheels for aarch64 linux platform
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.09%. Comparing base (2d55981) to head (17c67fd).
Report is 8 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #399   +/-   ##
=======================================
  Coverage   73.09%   73.09%           
=======================================
  Files          29       29           
  Lines        1171     1171           
=======================================
  Hits          856      856           
  Misses        315      315           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@snadampal
Copy link
Author

The CI tests are failing on arm64 linux because torch_sprarse has a dependency on torch_scatter wheel which is not yet available. This PR depends on rusty1s/pytorch_scatter#483 that's adding the torch scatter wheel support for arm64.

@snadampal
Copy link
Author

Hi @rusty1s , thanks for merging the scatter, cluster and spline_conv PRs.
Please let's know what the next step is to publish those wheels for arm64 linux platform. for example, here: https://data.pyg.org/whl/torch-2.6.0%2Bcpu.html
so that torch-sparse CI tests will pass on arm64 linux, right now it's failing due to the missing wheels for cluster.

@rusty1s
Copy link
Owner

rusty1s commented Apr 20, 2025

I build them when PyTorch 2.7 is available (should happen next week).

@snadampal
Copy link
Author

Hi @rusty1s , please let's know if you are looking for publishing the aarch64 wheels with PyTorch 2.7, happy to collaborate.

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.

3 participants