Skip to content

Commit 518daa8

Browse files
psiddhCopilot
andauthored
Revise ethos doc links in CMakeLists.txt (pytorch#18075)
Updated documentation links for Ethos-U memory modes. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cedfe4c commit 518daa8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • examples/arm/image_classification_example_ethos_u/runtime

examples/arm/image_classification_example_ethos_u/runtime/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@ set(LINK_FILE_OUT
118118
# Shared_Sram, in the application, we set ETHOSU_ARENA to 0 so that the
119119
# intermediate tensors are placed in the SRAM. If you generate a pte for a
120120
# different memory mode, you need to change the placement in the linker script.
121-
# Read
122-
# https://docs.pytorch.org/executorch/stable/backends-arm-ethos-u.html#ethos-u-memory-modes
123-
# for more information.
121+
# For more information, see the stable documentation:
122+
# https://docs.pytorch.org/executorch/stable/backends/arm-ethos-u/arm-ethos-u-overview.html#ethos-u-memory-modes
123+
124+
# For 1.0 compatibility (if required)
125+
# https://docs.pytorch.org/executorch/1.0/backends-arm-ethos-u.html#ethos-u-memory-modes
124126
set(ETHOSU_ARENA "0")
125127
# Generate linker script - we have a few if/else statements in
126128
# Corstone-320.ld/Corstone-300.ld that are compiled into a final linker script.

0 commit comments

Comments
 (0)