Commit 4e80cad
authored
Arm backend: Allocate buffers with alignment (pytorch#13412)
Ethos-u driver needs 16 bit alignment for command and scratch buffers.
Signed-off-by: Erik Lundell <[email protected]>1 parent 36d342c commit 4e80cad
File tree
2 files changed
+6
-4
lines changed- backends/arm/runtime
- examples/arm/executor_runner
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
525 | | - | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
526 | 527 | | |
527 | 528 | | |
528 | 529 | | |
| |||
0 commit comments