This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add TensorToLinalgPass
ClosedPublic

Authored by tpopp on May 11 2022, 6:40 AM.

Details

Summary

This pass is to handle computationally complex operations like
tensor.pad which are not simply lowered to the exact same operation in
the memref dialect.

Diff Detail

Event Timeline

tpopp created this revision.May 11 2022, 6:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2022, 6:40 AM
tpopp requested review of this revision.May 11 2022, 6:40 AM
springerm accepted this revision.May 11 2022, 7:13 AM
This revision is now accepted and ready to land.May 11 2022, 7:13 AM
This revision was automatically updated to reflect the committed changes.