Skip to content

Commit ae407e2

Browse files
AlannaBurkesvekars
andauthored
Updating ExecuTorch getting started page. (#1935)
* Updating ExecuTorch getting started page. * Update _get_started/mobile.md Co-authored-by: Svetlana Karslioglu <[email protected]> * Update _get_started/mobile.md Co-authored-by: Svetlana Karslioglu <[email protected]> * Update _get_started/mobile.md Co-authored-by: Svetlana Karslioglu <[email protected]> * Update _get_started/mobile.md Co-authored-by: Svetlana Karslioglu <[email protected]> * Update _get_started/mobile.md Co-authored-by: Svetlana Karslioglu <[email protected]> * Update _get_started/mobile.md * Fixing link. * Fixing link. --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 129e563 commit ae407e2

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

_get_started/mobile.md

+24-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: get_started
3-
title: ExecuTorch
3+
title: PyTorch for Edge
44
permalink: /get-started/executorch/
55
background-class: get-started-background
66
body-class: get-started
@@ -10,11 +10,29 @@ published: true
1010

1111
## Get Started with PyTorch ExecuTorch
1212

13-
<p>
14-
<a href="https://pytorch.org/executorch/stable/index.html" class="btn btn-lg with-right-arrow">
15-
ExecuTorch Documentation
16-
</a>
17-
</p>
13+
PyTorch’s edge specific library is [ExecuTorch](https://github.com/pytorch/executorch/) and is designed to be lightweight, very performant even on devices with constrained hardware such as mobile phones, embedded systems and microcontrollers.
14+
15+
ExecuTorch relies heavily on PyTorch core technologies such as [torch.compile](https://pytorch.org/docs/stable/torch.compiler.html) and [torch.export](https://pytorch.org/docs/stable/export.html), and should be very familiar to anyone who has used PyTorch in the past.
16+
17+
### Getting Started
18+
You can get started by following the [general getting started guide](https://pytorch.org/executorch/stable/getting-started.html#) or jump to the specific steps for your target device.
19+
20+
* [Using ExecuTorch on Android](https://pytorch.org/executorch/stable/using-executorch-android.html)
21+
* [Using ExecuTorch on iOS](https://pytorch.org/executorch/stable/using-executorch-ios.html)
22+
* [Using ExecuTorch with C++](https://pytorch.org/executorch/stable/using-executorch-cpp.html)
23+
24+
### Hardware Acceleration
25+
ExecuTorch provides out of the box hardware acceleration for a growing number of chip manufacturers. See the following resources to learn more about how to leverage them:
26+
27+
* [Backend Overview](https://pytorch.org/executorch/stable/backends-overview.html)
28+
* [XNNPACK](https://pytorch.org/executorch/stable/backends-xnnpack.html)
29+
* [Core ML](https://pytorch.org/executorch/stable/backends-coreml.html)
30+
* [MPS](https://pytorch.org/executorch/stable/backends-mps.html)
31+
* [Vulkan](https://pytorch.org/executorch/stable/backends-vulkan.html)
32+
* [ARM Ethos-U](https://pytorch.org/executorch/stable/backends-arm-ethos-u.html)
33+
* [Qualcomm AI Engine](https://pytorch.org/executorch/stable/backends-qualcomm.html)
34+
* [MediaTek](https://pytorch.org/executorch/stable/backends-mediatek.html)
35+
* [Cadence Xtensa](https://pytorch.org/executorch/stable/backends-cadence.html)
1836

1937

2038
<script page-id="mobile" src="{{ site.baseurl }}/assets/menu-tab-selection.js"></script>

0 commit comments

Comments
 (0)