Skip to content

Commit d9bc1ac

Browse files
authored
Update macOS backend documentation links (#17285)
### Summary [PLEASE REMOVE] See [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests) for ExecuTorch PR guidelines. [PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line. [PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label. For a list of available release notes labels, check out [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests). ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable. cc @mergennachin @byjlw
1 parent 6150522 commit d9bc1ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/desktop-backends.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Available hardware acceleration backends for desktop platforms.
1010

1111
## macOS Backends
1212

13-
- {doc}`desktop-coreml` — CoreML (recommended for Apple Silicon)
14-
- {doc}`desktop-mps` — Metal Performance Shaders (Apple Silicon GPU)
13+
- {doc}`backends/coreml/coreml-overview` — CoreML (recommended for Apple Silicon)
14+
- {doc}`backends/mps/mps-overview` — Metal Performance Shaders (Apple Silicon GPU)
1515
- {doc}`desktop-xnnpack` — XNNPACK (CPU acceleration)
1616

1717
## Windows Backends
@@ -23,5 +23,5 @@ Available hardware acceleration backends for desktop platforms.
2323
:hidden:
2424
desktop-xnnpack
2525
desktop-openvino
26-
desktop-coreml
27-
desktop-mps
26+
backends/coreml/coreml-overview
27+
backends/mps/mps-overview

0 commit comments

Comments
 (0)