This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add optional output operand to PadTensorOp
ClosedPublic

Authored by springerm on Jul 5 2021, 11:45 PM.

Details

Summary

This optional operand will be used for tiling in a subsequent commit.

Depends On D105458

Diff Detail

Event Timeline

springerm created this revision.Jul 5 2021, 11:45 PM
springerm requested review of this revision.Jul 5 2021, 11:45 PM

can we make the printing/parsing a little more intuitive?
E.g. linalg.pad_tensor %arg0 by low[1, 2] high[2, 3] into %out_tensor ?

springerm updated this revision to Diff 357109.Jul 7 2021, 5:52 PM

address comments

ThomasRaoux accepted this revision.Jul 7 2021, 5:56 PM
This revision is now accepted and ready to land.Jul 7 2021, 5:56 PM
This revision was landed with ongoing or failed builds.Jul 14 2021, 6:27 PM
This revision was automatically updated to reflect the committed changes.