Commit b0dda93
authored
Arm backend: Decrease scratch buffer for Dedicated_Sram (#12891)
For Dedicated_Sram, both ET_ARM_BAREMETAL_METHOD_ALLOCATOR_POOL and
ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL shares the DDR memory area
with the parameters of the network.
The DDR is 256MiB, so if we allocate 60MiB + 128MiB for buffers, that
only leaves 68Mib for the parameters, severely limiting the size of
network we are able to run.
Signed-off-by: Adrian Lundell <[email protected]>1 parent a70b7a8 commit b0dda93
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments