File tree Expand file tree Collapse file tree
examples/arm/image_classification_example_ethos_u/runtime Expand file tree Collapse file tree Original file line number Diff line number Diff 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
124126set (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.
You can’t perform that action at this time.
0 commit comments