You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments