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
[LinalgExt] Add support for fusing scatter with producers (iree-org#19584)
This adds implementations for "getIterationDomainTileFromOperandTile"
and "getTiledImplementationFromOperandTile" to linalg_ext.scatter. This
allows fusing scatters with producer loops during tiling. The
implementation of these methods is trivial because the iteration domain
is already defined in terms of the input operands, so we can just invoke
the tiling implementation.
0 commit comments