-
Notifications
You must be signed in to change notification settings - Fork 318
Add CI for Arm Linux #2211
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 CI for Arm Linux #2211
Conversation
Add CI for arm linux
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2211
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit dacbb2a with merge base 554cb60 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@metascroy Great! For my information, what kind of instances are used for Would there be any way in the future to also test with What do you think of github ARM runners that are in preview? (https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/) Just being curious |
This is an AWS EC2 graviton2 instance (Amazon EC2 T4g), which I do not think supports I8MM. In future, we could try adding a graviton3 instance for i8mm. |
@vctrmn added support for Arm linux in #2169 tested locally. Here we add CI for Arm linux to complement the Arm MacOS CI.