This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Support generalization of generic.
AbandonedPublic

Authored by gysit on Dec 1 2021, 1:41 AM.

Details

Reviewers
nicolasvasilache
Summary

Adapt the generalization pattern to increment the transformation marker if generalization is not needed. Add a test to exercise the behavior in combination with subsequent interchange.

Diff Detail

Event Timeline

gysit created this revision.Dec 1 2021, 1:41 AM
gysit requested review of this revision.Dec 1 2021, 1:41 AM
gysit updated this revision to Diff 390992.Dec 1 2021, 5:59 AM

Updated comment.

gysit abandoned this revision.Dec 7 2021, 1:07 AM

As discussed offline, let`s abandon this revision until we have a better solution not relying on markers.