Skip to content

Commit d2aa141

Browse files
authored
Android Docs: Fix stale backend link (android-samsung-exynos) (pytorch#15287)
### 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.
1 parent 58bd91c commit d2aa141

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/source/android-backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Available hardware acceleration backends for Android deployment.
1616
- {doc}`android-qualcomm` — Qualcomm AI Engine (NPU)
1717
- {doc}`android-mediatek` — MediaTek NPU acceleration
1818
- {doc}`android-arm-vgf` — ARM VGF Backend
19-
- {doc}`android-samsung-exynos` — Samsung Exynos NPU
19+
- {doc}`backends/samsung/samsung-overview` — Samsung Exynos NPU
2020

2121
```{toctree}
2222
:hidden:
@@ -25,4 +25,4 @@ android-vulkan
2525
android-qualcomm
2626
android-mediatek
2727
android-arm-vgf
28-
android-samsung-exynos
28+
backends/samsung/samsung-overview

docs/source/using-executorch-android.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ The following backends are available for Android:
202202
| Backend | Type | Doc |
203203
| ------- | -------- | --- |
204204
| [XNNPACK](https://github.com/google/XNNPACK) | CPU | [Doc](backends/xnnpack/xnnpack-overview.md) |
205-
206205
| [MediaTek NeuroPilot](https://neuropilot.mediatek.com/) | NPU | [Doc](backends-mediatek.md) |
207206
| [Qualcomm AI Engine](https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk) | NPU | [Doc](backends-qualcomm.md) |
208207
| [Vulkan](https://www.vulkan.org/) | GPU | [Doc](backends/vulkan/vulkan-overview.md) |

0 commit comments

Comments
 (0)