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
Remove the >3D restriction on reshaping for dot_general (#13521)
Previously, the collapsing dims together (in case of multiple dims of
the same type) would only happen if the input rank is larger than 3.
This made the incorrect assumption that a 3d tensor is of a standard
form (BxCxP or BxPxC), where in reality this could be the result of
multiples of one dimension but none of another (BxBxC, for example). In
those cases we still need to perform a reshape.
Copy file name to clipboardexpand all lines: compiler/src/iree/compiler/InputConversion/MHLO/test/mhlo_to_mhlo_preprocessing_canonicalize_dot_general.mlir
0 commit comments