From 54329d9cb898fbd34c6088f42faf853dbd0b97ca Mon Sep 17 00:00:00 2001 From: Hansong <107070759+kirklandsign@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:37:46 -0800 Subject: [PATCH] [Android docs] Add backend link --- docs/source/using-executorch-android.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/using-executorch-android.md b/docs/source/using-executorch-android.md index 2535c267923..9ee4ab9352f 100644 --- a/docs/source/using-executorch-android.md +++ b/docs/source/using-executorch-android.md @@ -112,7 +112,15 @@ after installing and setting up the SDK, set `QNN_SDK_ROOT` to the corresponding ## Android Backends -TODO Describe commonly used backends, including XNN, Vulkan, and NPUs. +The following backends are available for Android: + +| Backend | Type | Doc | +| ------- | -------- | --- | +| [XNNPACK](https://github.com/google/XNNPACK) | CPU | [Doc](./backends-xnnpack.md) | +| [MediaTek NeuroPilot](https://neuropilot.mediatek.com/) | NPU | [Doc](./backends-mediatek.md) | +| [Qualcomm AI Engine](https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk) | NPU | [Doc](./backends-qualcomm.md) | +| [Vulkan](https://www.vulkan.org/) | GPU | [Doc](./backends-vulkan.md) | + ## Runtime Integration