MLBEDSW-10532: Fix transpose block dependency
Ethos-U55 transpose adjusts the FM strides independently of the signalled areas in order to perform the transform. This means that the block dependency calculations are only valid for the simple transposes (or none).
This commit forces block dependency to zero for those cases.
Signed-off-by: Philip Hall philip.hall@arm.com Change-Id: Ic6a545f1691253a88e33b4aed9da4b622b6c9438
Edited by Fredrik Svedberg