This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Migrate 2D pooling ops from tc definition to yaml definition.
ClosedPublic

Authored by hanchung on Jul 16 2021, 12:54 PM.

Details

Summary

This deletes all the pooling ops in LinalgNamedStructuredOpsSpec.tc. All the
uses are replaced with the yaml pooling ops.

Diff Detail

Event Timeline

hanchung created this revision.Jul 16 2021, 12:54 PM
hanchung requested review of this revision.Jul 16 2021, 12:54 PM
hanchung updated this revision to Diff 359492.Jul 16 2021, 5:10 PM

update test

rsuderman accepted this revision.Jul 17 2021, 12:24 PM

Unbelievably happy to see this going in! Great work Hanhan!

This revision is now accepted and ready to land.Jul 17 2021, 12:24 PM
gysit accepted this revision.Jul 18 2021, 10:51 PM

Nice! Thanks a lot for moving this forward.