mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[1/N] Remove MacOS-13 MPS testing (#159278)
Starts addressing https://github.com/pytorch/pytorch/issues/159275 Pull Request resolved: https://github.com/pytorch/pytorch/pull/159278 Approved by: https://github.com/dcci ghstack dependencies: #159277
This commit is contained in:
parent
8ad96a563c
commit
f02b783aae
1
.github/actionlint.yaml
vendored
1
.github/actionlint.yaml
vendored
|
|
@ -59,7 +59,6 @@ self-hosted-runner:
|
||||||
- rocm-docker
|
- rocm-docker
|
||||||
# Org wise AWS `mac2.metal` runners (2020 Mac mini hardware powered by Apple silicon M1 processors)
|
# Org wise AWS `mac2.metal` runners (2020 Mac mini hardware powered by Apple silicon M1 processors)
|
||||||
- macos-m1-stable
|
- macos-m1-stable
|
||||||
- macos-m1-13
|
|
||||||
- macos-m1-14
|
- macos-m1-14
|
||||||
# GitHub-hosted MacOS runners
|
# GitHub-hosted MacOS runners
|
||||||
- macos-latest-xlarge
|
- macos-latest-xlarge
|
||||||
|
|
|
||||||
1
.github/workflows/mac-mps.yml
vendored
1
.github/workflows/mac-mps.yml
vendored
|
|
@ -28,7 +28,6 @@ jobs:
|
||||||
# than our AWS macos-m1-14 runners
|
# than our AWS macos-m1-14 runners
|
||||||
test-matrix: |
|
test-matrix: |
|
||||||
{ include: [
|
{ include: [
|
||||||
{ config: "test_mps", shard: 1, num_shards: 1, runner: "macos-m1-13" },
|
|
||||||
{ config: "test_mps", shard: 1, num_shards: 1, runner: "macos-m1-14" },
|
{ config: "test_mps", shard: 1, num_shards: 1, runner: "macos-m1-14" },
|
||||||
{ config: "test_mps", shard: 1, num_shards: 1, runner: "macos-m2-15" },
|
{ config: "test_mps", shard: 1, num_shards: 1, runner: "macos-m2-15" },
|
||||||
]}
|
]}
|
||||||
|
|
|
||||||
1
.github/workflows/trunk.yml
vendored
1
.github/workflows/trunk.yml
vendored
|
|
@ -94,7 +94,6 @@ jobs:
|
||||||
{ config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" },
|
{ config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" },
|
||||||
{ config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" },
|
{ config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" },
|
||||||
{ config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" },
|
{ config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" },
|
||||||
{ config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-13" },
|
|
||||||
{ config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" },
|
{ config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" },
|
||||||
{ config: "mps", shard: 1, num_shards: 1, runner: "macos-m2-15" },
|
{ config: "mps", shard: 1, num_shards: 1, runner: "macos-m2-15" },
|
||||||
]}
|
]}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user