-
Notifications
You must be signed in to change notification settings - Fork 24.2k
Integrated AMD AWS runners into Pytorch CI #153704
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/153704
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 4ad430a with merge base 3443627 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
12d181b
to
fd3fe40
Compare
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.
@charan-ponnada The linux.12xlarge.amd runner has the AVX2 support and the linux.8xlarge.amd runner has the AVX512 support. Can you please update the commit message in the PR?
{ config: "dynamic_cpu_inductor_timm", shard: 2, num_shards: 2, runner: "linux.8xlarge.amd" }, | ||
{ config: "dynamic_cpu_inductor_torchbench", shard: 1, num_shards: 2, runner: "linux.8xlarge.amd" }, | ||
{ config: "dynamic_cpu_inductor_torchbench", shard: 2, num_shards: 2, runner: "linux.8xlarge.amd" }, | ||
{ config: "inductor_torchbench_cpu_smoketest_perf", shard: 1, num_shards: 1, runner: "linux.24xl.amd" }, |
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.
Please update runner name to linux.24xlarge.amd
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.
Can you please elaborate how those results are going to be reported? And who will be looking into those results
IMO more logical first step would be to just run one dashboard with few benchmarks that important to the team and than you plan to make improvements on
fd3fe40
to
8aad7e4
Compare
Integrated AMD AWS runners into PyTorch CI, including the linux.24xl.amd for performance tests, the linux.8xl.amd with AVX512 support for unit and periodic tests, and the linux.12xl.amd with AVX2 support for unit and periodic tests. Co-authored-by: charan-ponnada <charan.ponnada@amd.com> Co-authored-by: kiriti-pendyala <kiriti.pendyala@amd.com>
8aad7e4
to
4ad430a
Compare
Integrated AMD AWS runners into PyTorch CI, including the linux.24xl.amd for performance tests, the linux.8xl.amd with AVX512 support for unit and periodic tests, and the linux.12xl.amd with AVX2 support for unit and periodic tests.
Fixes #ISSUE_NUMBER