Skip to content
Commit 9341bf4b authored by Johan Alfvén's avatar Johan Alfvén
Browse files

MLBEDSW-8749: MLCE: Output diff on strided slice



 - When possible, a read slice from a split or stride is moved to
the following op. The problem in this case was that the following
op was an elementwise op where the ifm needed to be broadcasted
and that is not supported.
 - The result is a faulty elementwise op with an output diff.
 - The fix is to prevent moving the slice read to the elementwise op
if broadcasting is needed.

Change-Id: I89928c217510a822f91f051fd1ad6e34040c19de
Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
parent f19fd2f0
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