Skip to content

Commit 9a04c9d

Browse files
committed
Add missing d to URL
Signed-off-by: Adrian Lundell <[email protected]>
1 parent d0fd45f commit 9a04c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/backends-arm-ethos-u.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ Shared Sram memory mode, you would need to us the Dedicated Sram mode in order t
260260
The main advantage of the Dedicated_Sram memory mode is that you can run large models and still benefit from the low-latency/high-bandwidth of the SRAM, used as a cache.
261261
It is important to highlight that when you specify a memory mode in the compile spec, in the runtime, the user is expected to place the scratch buffer and NN in the correct memory location.
262262
In other words, when you specify for ex. Shared Sram memory mode, the runtime application logic should place the ethos-U scratch buffer in the on-chip memory and the NN in the external memory for optimal performance.
263-
You can see how this coupling between the memory mode and runtime application is done in the [Ethos-U porting guide](https://github.com/pytorch/executorch/blob/main/examples/arm/ethos-u-porting-guide.m
263+
You can see how this coupling between the memory mode and runtime application is done in the
264+
[Ethos-U porting guide](https://github.com/pytorch/executorch/blob/main/examples/arm/ethos-u-porting-guide.md)
264265

265266

266267
### Bundled.io and ETdump

0 commit comments

Comments
 (0)