This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add a tile and fuse on tensors pattern.
ClosedPublic

Authored by gysit on Nov 17 2021, 12:48 AM.

Details

Summary

Add a pattern to apply the new tile and fuse on tensors method. Integrate the pattern into the CodegenStrategy and use the CodegenStrategy to implement the tests.

Depends On D114012

Diff Detail

Event Timeline

gysit created this revision.Nov 17 2021, 12:48 AM
gysit requested review of this revision.Nov 17 2021, 12:48 AM
gysit updated this revision to Diff 387861.Nov 17 2021, 12:56 AM

Fix comment.

gysit updated this revision to Diff 388416.Nov 19 2021, 1:35 AM

Rebase.

nicolasvasilache accepted this revision.Nov 22 2021, 1:09 AM
This revision is now accepted and ready to land.Nov 22 2021, 1:09 AM
gysit updated this revision to Diff 388829.Nov 22 2021, 2:16 AM

Rebase.

This revision was landed with ongoing or failed builds.Nov 22 2021, 3:14 AM
This revision was automatically updated to reflect the committed changes.