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: Move rescales from SUB visitor to pass
Move the insertion of INT8/INT32 RESCALE ops from the SUB node visitor
to the pass InsertRescaleInt32Pass.
This is in practice a refactoring patch, but still the output TOSA file
becomes different enough to cause an Ethos-U55 test to fail in
test_var.py. However, this issue was fixed in
https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela/-/commit/642f7517d3a6bd053032e1942822f6e38ccd546f
so we temporarily set the failing test to xfail until the version of
Ethos-U Vela compiler depended on is bumped to one that includes the
fix.
Signed-off-by: Martin Lindstroem <[email protected]>
Co-authored-by: Oscar Andersson <[email protected]>
Change-Id: I38d63015e03e59c267338c84d64731b050854d06
0 commit comments