Without this tile-and-pad will never terminate if pad-fails.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D97720
Fix tile-and-pad when padding doesn't span all dimension ClosedPublic Authored by asaadaldien on Mar 1 2021, 12:38 PM.
Details Summary Without this tile-and-pad will never terminate if pad-fails.
Diff Detail
Event TimelineHerald added subscribers: cota, mravishankar, teijeong and 16 others. · View Herald TranscriptMar 1 2021, 12:38 PM This revision is now accepted and ready to land.Apr 15 2021, 4:10 PM Closed by commit rG0e2f9b61fd9a: Fix tile-and-pad when padding doesn't span all dimension (authored by asaadaldien). · Explain WhyApr 15 2021, 8:18 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 327250 mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
mlir/test/lib/Transforms/TestLinalgTransforms.cpp
|