This is an archive of the discontinued LLVM Phabricator instance.

[mlir][TilingInterface] Enabling tiling `tensor.pad` using `TilingInterface`.
ClosedPublic

Authored by mravishankar on Aug 25 2022, 11:57 PM.

Details

Summary

Update the implementation of TilingInterface for tensor.pad
operations to allow tiling the op using the existing patterns for the
interface. Verify that tests that pass with existing pad tiling
patterns producer the same results through TilingInterface patterns.

Diff Detail

Event Timeline

mravishankar created this revision.Aug 25 2022, 11:57 PM
mravishankar requested review of this revision.Aug 25 2022, 11:57 PM
antiagainst accepted this revision.Aug 26 2022, 8:23 AM
This revision is now accepted and ready to land.Aug 26 2022, 8:23 AM
This revision was landed with ongoing or failed builds.Aug 26 2022, 9:29 AM
This revision was automatically updated to reflect the committed changes.