This is an archive of the discontinued LLVM Phabricator instance.

[mlir]Linalg] Allow controlling fusion of linalg.generic -> linalg.tensor_expand_shape.
ClosedPublic

Authored by mravishankar on Aug 23 2021, 9:53 AM.

Diff Detail

Event Timeline

mravishankar created this revision.Aug 23 2021, 9:53 AM
mravishankar requested review of this revision.Aug 23 2021, 9:53 AM
gysit accepted this revision.Aug 23 2021, 11:55 AM
gysit added inline comments.
mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
25

if the function below is indeed a development leftover it may be possible to drop the header as well.

1254

Could this be a development leftover? I did not see a use for this newly added function.

This revision is now accepted and ready to land.Aug 23 2021, 11:55 AM
mravishankar marked 2 inline comments as done.

Remove dead method (and drop the header needed only for that method)

This revision was landed with ongoing or failed builds.Aug 23 2021, 4:28 PM
This revision was automatically updated to reflect the committed changes.