This is an archive of the discontinued LLVM Phabricator instance.

[mlir] add decompose and generalize to structured transform ops
ClosedPublic

Authored by ftynse on May 31 2022, 6:41 AM.

Details

Summary

These ops complement the tiling/padding transformations by transforming
higher-level named structured operations such as depthwise convolutions into
lower-level and/or generic equivalents that are better handled by some
downstream transformations.

Diff Detail

Event Timeline

ftynse created this revision.May 31 2022, 6:41 AM
ftynse requested review of this revision.May 31 2022, 6:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2022, 6:41 AM
ftynse updated this revision to Diff 433073.May 31 2022, 6:49 AM

Add Python bindings

nicolasvasilache accepted this revision.Jun 2 2022, 4:48 AM
This revision is now accepted and ready to land.Jun 2 2022, 4:48 AM