These old patterns are not in use in either MLIR or downstream projects except for one test.
Additionally this is redundant with logic in the tensor.pad tiling implementation.
Drop SplitPaddingPatterns to reduce entropy.
Paths
| Differential D148207
[mlir][Tensor] Drop SplitPaddingPatterns. ClosedPublic Authored by nicolasvasilache on Apr 13 2023, 3:06 AM.
Details Summary These old patterns are not in use in either MLIR or downstream projects except for one test. Drop SplitPaddingPatterns to reduce entropy.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 13 2023, 3:06 AM This revision is now accepted and ready to land.Apr 13 2023, 3:37 AM This revision was landed with ongoing or failed builds.Apr 13 2023, 3:41 AM Closed by commit rG2031d7d66dc8: [mlir][Tensor] Drop SplitPaddingPatterns. (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 513142 clang/docs/tools/clang-formatted-files.txt
mlir/include/mlir/Dialect/Tensor/Transforms/Transforms.h
mlir/lib/Dialect/Tensor/Transforms/CMakeLists.txt
mlir/lib/Dialect/Tensor/Transforms/SplitPaddingPatterns.cpp
mlir/test/Dialect/Tensor/split-padding.mlir
mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
|