Skip to content
Commit 70b82a27 authored by Bjorn Davidsson's avatar Bjorn Davidsson
Browse files

MLBEDSW-8783 Decompose CONV_2D with large strides



Add support for CONV_2D with stride > 3:

* Decompose into blocks that fit in accumulator RAM.
  This also adds support for FM dimensions > 64K.
* Add checks for support of accumulator control to architecture.
* Decompose ops with large strides to multiple 1x1-kernel ops, all adding to the same
  accumulators.

Change-Id: I083a5ca112d14019f0317813564e9d3309a69bd1
Signed-off-by: Bjorn Davidsson's avatarBjörn Davidsson <bjoern.davidsson@arm.com>
parent 0a8c8ad0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment