This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Use AffineApplyOp to compute padding width (NFC).
ClosedPublic

Authored by gysit on Nov 8 2021, 7:55 AM.

Details

Summary

Use AffineApplyOp instead of SubIOp to compute the padding width when creating a pad tensor operation.

Depends On D113382

Diff Detail

Event Timeline

gysit created this revision.Nov 8 2021, 7:55 AM
gysit requested review of this revision.Nov 8 2021, 7:55 AM
nicolasvasilache accepted this revision.Nov 10 2021, 4:34 AM
This revision is now accepted and ready to land.Nov 10 2021, 4:34 AM