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: Add U55 operator check for View (#12106)
In order for the view operator to be compatible with the channels-last
format of TosaBackend, transposes may need to be inserted before and
after the view op. The transose operator comes with some constraints on
U55. One such constraint is that the product of the axes should not
exceed 65536. With this patch a check if implemented for the view
operator to prevent such operators from being delegated.
Signed-off-by: Sebastian Larsson <[email protected]>
0 commit comments