You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backends/arm/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For more information on TOSA see https://www.mlplatform.org/tosa/tosa_spec.html
15
15
**Currently device support is for:**
16
16
* TOSA to Ethos™-U55/65/85 via the ethos-u-vela compilation stack.
17
17
* This is cross-compiled to the appropriate target CPU
18
-
* There is a seperate arm_executor_runner for bare-metal platforms
18
+
* There is a separate arm_executor_runner for bare-metal platforms
19
19
* TOSA to VGF via the model-converter for devices supporting the ML SDK for Vulkan®
20
20
* The VGF graph represents TOSA directly in a SPIR-V™ standardized form.
21
21
* As the VGF delegate runs on Vulkan, it's required to be built with the Vulkan delegate also present.
@@ -37,7 +37,7 @@ Export:
37
37
*`tosa_backend.py` - The TOSA conversion flow all other backends rely on.
38
38
*`ethosu/backend.py` - Main entrypoint for the EthosUBackend.
39
39
*`vgf_backend.py` - Main entrypoint for VgfBackend.
40
-
* For more information see the section on Arm Backend Architecture](#arm-backend-architecture).
40
+
* For more information see the section on [Arm Backend Architecture](#arm-backend-architecture).
41
41
*`scripts` - For the core scripts which prepare AoT dependencies such as backend compilers.
42
42
43
43
Passes (which prepare the partitioned graphs for TOSA conversion):
@@ -66,7 +66,7 @@ Other:
66
66
67
67
## Testing
68
68
69
-
The tests and related support scripts will test TOSA, Ethos-U and VGF behaviour based on the installed tools. It is expected that the relevant environment preperation has been performed as outlined in the guide available here https://docs.pytorch.org/executorch/main/tutorial-arm.html
69
+
The tests and related support scripts will test TOSA, Ethos-U and VGF behaviour based on the installed tools. It is expected that the relevant environment preparation has been performed as outlined in the guide available here https://docs.pytorch.org/executorch/main/tutorial-arm.html
70
70
71
71
After setup you can run unit tests with the test_arm_baremetal.sh script.
0 commit comments