Skip to content

Commit 089b0d0

Browse files
committed
Update references to Samsung/Exynos backend in docs
Summary: Refresh the Samsung Exynos backend references in the docs. - README.md 'Why ExecuTorch?' section: add Samsung to the list of hardware backends alongside Apple, Qualcomm, ARM, MediaTek, Vulkan. - backends-overview.md: update the Samsung Exynos row's Hardware Type to CPU/GPU/NPU and Typical Use Case to note Samsung Devices, Samsung SoCs, and High Performance. Test Plan: Docs-only change; rendered tables and README preview verified. Reviewers: Subscribers: Tasks: Tags:
1 parent 7c3f2ed commit 089b0d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Deploy **LLMs, vision, speech, and multimodal models** with the same PyTorch API
4141
- **🔒 Native PyTorch Export** — Direct export from PyTorch. No .onnx, .tflite, or intermediate format conversions. Preserve model semantics.
4242
- **⚡ Production-Proven** — Powers billions of users at [Meta with real-time on-device inference](https://engineering.fb.com/2025/07/28/android/executorch-on-device-ml-meta-family-of-apps/).
4343
- **💾 Tiny Runtime** — 50KB base footprint. Runs on microcontrollers to high-end smartphones.
44-
- **🚀 [12+ Hardware Backends](https://docs.pytorch.org/executorch/main/backends-overview.html)** — Open-source acceleration for Apple, Qualcomm, ARM, MediaTek, Vulkan, and more.
44+
- **🚀 [12+ Hardware Backends](https://docs.pytorch.org/executorch/main/backends-overview.html)** — Open-source acceleration for Apple, Samsung, Qualcomm, ARM, MediaTek, Vulkan, and more.
4545
- **🎯 One Export, Multiple Backends** — Switch hardware targets with a single line change. Deploy the same model everywhere.
4646

4747
## How It Works

docs/source/backends-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Backends are the bridge between your exported model and the hardware it runs on.
3333
| [OpenVINO](build-run-openvino) | Embedded | CPU/GPU/NPU | Intel SoCs |
3434
| [NXP](backends/nxp/nxp-overview.md) | Embedded | NPU | NXP SoCs |
3535
| [Cadence](backends-cadence) | Embedded | DSP | DSP-optimized workloads |
36-
| [Samsung Exynos](backends/samsung/samsung-overview.md) | Android | NPU | Samsung SoCs |
36+
| [Samsung Exynos](backends/samsung/samsung-overview.md) | Android | CPU/GPU/NPU | Samsung Devices, Samsung SoCs; High Performance |
3737

3838
**Tip:** For best performance, export a `.pte` file for each backend you plan to support.
3939

0 commit comments

Comments
 (0)