Skip to content

Commit 54329d9

Browse files
authored
[Android docs] Add backend link
1 parent 73acde9 commit 54329d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/source/using-executorch-android.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,15 @@ after installing and setting up the SDK, set `QNN_SDK_ROOT` to the corresponding
112112

113113
## Android Backends
114114

115-
TODO Describe commonly used backends, including XNN, Vulkan, and NPUs.
115+
The following backends are available for Android:
116+
117+
| Backend | Type | Doc |
118+
| ------- | -------- | --- |
119+
| [XNNPACK](https://github.com/google/XNNPACK) | CPU | [Doc](./backends-xnnpack.md) |
120+
| [MediaTek NeuroPilot](https://neuropilot.mediatek.com/) | NPU | [Doc](./backends-mediatek.md) |
121+
| [Qualcomm AI Engine](https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk) | NPU | [Doc](./backends-qualcomm.md) |
122+
| [Vulkan](https://www.vulkan.org/) | GPU | [Doc](./backends-vulkan.md) |
123+
116124

117125
## Runtime Integration
118126

0 commit comments

Comments
 (0)