Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Platform Support:
- Arm
- Cadence
- MediaTek
- NXP
- OpenVINO
- Qualcomm
- Vulkan
Expand Down
5 changes: 5 additions & 0 deletions docs/source/backends-nxp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# NXP eIQ Neutron Backend

See
[NXP eIQ Neutron Backend](https://github.com/pytorch/executorch/blob/main/backends/nxp/README.md)
for current status about running ExecuTorch on NXP eIQ Neutron Backend.
7 changes: 5 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ ExecuTorch provides support for:
* **Strong Model Support** LLMs (Large Language Models),
CV (Computer Vision), ASR (Automatic Speech Recognition), TTS (Text To Speech)
* **All Major Platforms** Android, Mac, Linux, Windows
* **Rich Acceleration Support** Apple, Arm, Cadence, MediaTek,
Qualcomm, Vulkan, XNNPACK
* **Rich Acceleration Support** Apple, Arm, Cadence, MediaTek, NXP, OpenVino, Qualcomm, Vulkan, XNNPACK

### Documentation Navigation
#### Introduction
Expand Down Expand Up @@ -55,6 +54,8 @@ ExecuTorch provides support for:
- [Qualcomm](backends-qualcomm)
- [MediaTek](backends-mediatek)
- [Cadence](backends-cadence)
- [OpenVINO](build-run-openvino)
- [NXP](backend-nxp)
#### Developer Tools
- [Overview](devtools-overview)
- [Bundled IO](bundled-io)
Expand Down Expand Up @@ -163,6 +164,8 @@ backends-arm-ethos-u
backends-qualcomm
backends-mediatek
backends-cadence
OpenVINO Backend <build-run-openvino>
backends-nxp
```

```{toctree}
Expand Down
Loading