Skip to content

Added AMD CPU CI instances in scale-config.yml #6629

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

Merged
merged 1 commit into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/canary-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,18 @@ runner_types:
instance_type: r5.12xlarge
is_ephemeral: true
os: linux
c.linux.8xlarge.amd:
disk_size: 200
instance_type: m7a.8xlarge
is_ephemeral: true
os: linux
c.linux.12xlarge.amd:
disk_size: 200
instance_type: m6a.12xlarge
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 12x large is m6a rather than m7a?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @malfet these configs have been added inline with the current CPU configs in scale-config.yml.
m7a.24xlarge corresponds to c7i.metal-24xl (for torch inductor perf dashboard and perf smoke tests)
m7a.8xlarge corresponds to m7i-flex.8xlarge (for inductor unittests and periodic tests with AVX512 support)
m6a.12xlarge corresponds to m4.10xlarge (for inductor unittests and periodic tests with AVX2 support)

is_ephemeral: true
os: linux
c.linux.24xlarge.amd:
disk_size: 200
instance_type: m7a.24xlarge
is_ephemeral: true
os: linux
15 changes: 15 additions & 0 deletions .github/lf-canary-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,18 @@ runner_types:
instance_type: r5.12xlarge
is_ephemeral: true
os: linux
lf.c.linux.8xlarge.amd:
disk_size: 200
instance_type: m7a.8xlarge
is_ephemeral: true
os: linux
lf.c.linux.12xlarge.amd:
disk_size: 200
instance_type: m6a.12xlarge
is_ephemeral: true
os: linux
lf.c.linux.24xlarge.amd:
disk_size: 200
instance_type: m7a.24xlarge
is_ephemeral: true
os: linux
15 changes: 15 additions & 0 deletions .github/lf-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,18 @@ runner_types:
instance_type: r5.12xlarge
is_ephemeral: true
os: linux
lf.linux.8xlarge.amd:
disk_size: 200
instance_type: m7a.8xlarge
is_ephemeral: true
os: linux
lf.linux.12xlarge.amd:
disk_size: 200
instance_type: m6a.12xlarge
is_ephemeral: true
os: linux
lf.linux.24xlarge.amd:
disk_size: 200
instance_type: m7a.24xlarge
is_ephemeral: true
os: linux
15 changes: 15 additions & 0 deletions .github/scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,18 @@ runner_types:
instance_type: r5.12xlarge
is_ephemeral: true
os: linux
linux.8xlarge.amd:
disk_size: 200
instance_type: m7a.8xlarge
is_ephemeral: true
os: linux
linux.12xlarge.amd:
disk_size: 200
instance_type: m6a.12xlarge
is_ephemeral: true
os: linux
linux.24xlarge.amd:
disk_size: 200
instance_type: m7a.24xlarge
is_ephemeral: true
os: linux