-
Notifications
You must be signed in to change notification settings - Fork 26.3k
CI: Extending unit test coverage for aarch64 linux #125255
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/125255
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit fb819c4 with merge base 5f4c6d9 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
malfet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IF CI is green LGTM
92ffee2 to
fb819c4
Compare
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Adding core, dynamo and inductor unit tests for aarch64 linux CI runs. Pull Request resolved: #125255 Approved by: https://github.com/malfet, https://github.com/atalman
| { config: "default", shard: 1, num_shards: 4, runner: "linux.arm64.2xlarge" }, | ||
| { config: "default", shard: 2, num_shards: 4, runner: "linux.arm64.2xlarge" }, | ||
| { config: "default", shard: 3, num_shards: 4, runner: "linux.arm64.2xlarge" }, | ||
| { config: "default", shard: 4, num_shards: 4, runner: "linux.arm64.2xlarge" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦 Note to self: be a more thorough code reviewer... This just runs the same tests 1 times over...
) Non-functional sharding was introduced in #125255 but each shard in that case were running the same tests... Pull Request resolved: #136208 Approved by: https://github.com/seemethere, https://github.com/ZainRizvi, https://github.com/atalman
…rch#136208) Non-functional sharding was introduced in pytorch#125255 but each shard in that case were running the same tests... Pull Request resolved: pytorch#136208 Approved by: https://github.com/seemethere, https://github.com/ZainRizvi, https://github.com/atalman
Adding core, dynamo and inductor unit tests for aarch64 linux CI runs.