This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Tensor] Make `TilingInterface` implementation only return handle to the created `pad` operation.
ClosedPublic

Authored by mravishankar on Mar 20 2023, 10:13 AM.

Details

Summary

Pad tiling implementation only needs to return the tiled pad
operation. The rest of the generated code is related to handling
boundary conditions.

Diff Detail

Event Timeline

mravishankar created this revision.Mar 20 2023, 10:13 AM
mravishankar requested review of this revision.Mar 20 2023, 10:13 AM
hanchung accepted this revision.Mar 20 2023, 11:54 AM
This revision is now accepted and ready to land.Mar 20 2023, 11:54 AM