This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Support multi-output fusion in FuseIntoContainingOp
ClosedPublic

Authored by nicolasvasilache on Oct 14 2022, 3:28 AM.

Details

Summary

This revision adds the ability to fuse tileable ops with multiple results to
the transform.fuse_into_containing_op.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Oct 14 2022, 3:29 AM

Avoid changing result name, support silenceable failures.

Avoid changing result name, support silenceable failures.

ftynse accepted this revision.Oct 14 2022, 3:49 AM
This revision is now accepted and ready to land.Oct 14 2022, 3:49 AM
This revision was landed with ongoing or failed builds.Oct 14 2022, 3:55 AM
This revision was automatically updated to reflect the committed changes.