Skip to content

MLBEDSW-10106: Improve Ethos-U55 MatMul performance

Philip Hall requested to merge MLBEDSW-10106config into main

Small MatMul operations suffer from internal dependency between the mul and sum operations that reduces performance. This change ensures that an ofm is divided into at least 2 blocks to reduce or remove that dependency.

Signed-off-by: Philip Hall philip.hall@arm.com Change-Id: I102cbb2c865c84ea6e1cf577bc174d0936898a30

Edited by Fredrik Svedberg

Merge request reports

Loading