This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Conv ops lowering to std calls added.
ClosedPublic

Authored by limo1996 on Jul 29 2020, 5:50 AM.

Details

Summary

Lowering of newly defined Conv ops in TC syntax to standard
dialect is not supported and therefore this commit adds support
for it.

Diff Detail

Event Timeline

limo1996 created this revision.Jul 29 2020, 5:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2020, 5:50 AM
limo1996 requested review of this revision.Jul 29 2020, 5:50 AM
ftynse accepted this revision.Jul 31 2020, 4:48 AM
This revision is now accepted and ready to land.Jul 31 2020, 4:48 AM
limo1996 edited the summary of this revision. (Show Details)Aug 3 2020, 12:57 AM
limo1996 updated this revision to Diff 282624.Aug 3 2020, 7:47 AM
limo1996 edited the summary of this revision. (Show Details)

rebased

This revision was landed with ongoing or failed builds.Aug 4 2020, 12:15 AM
This revision was automatically updated to reflect the committed changes.