Commit e0b6adb
committed
ios: drop deprecated MPS export step from both iOS scripts
The iOS demo's `testV3WithMPSBackend` was removed in
meta-pytorch/executorch-examples (companion change), since the MPS
backend is deprecated for removal in ExecuTorch 1.4 (#18425) and the
test had been intermittently failing on the macos-14-xlarge runner pool
on what looks like fp16 numerical drift rather than an executorch
regression — the MPS runtime in pytorch/executorch hasn't materially
changed since the deprecation.
Remove the matching `mps_example.py` export step from the two iOS
demo build scripts (the CI variant `.ci/scripts/test_ios_ci.sh` and
the developer-facing `scripts/test_ios.sh`) so neither produces an
`.pte` that nothing consumes. Out of scope here: the demo app's MPS
enum case and `mv3_mps_float16.pte` artifact in the executorch-examples
build workflow — those want their own follow-up cleanup once MPS is
fully removed in 1.4.
Authored with Claude Code.1 parent 08b2987 commit e0b6adb
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments