The revision updates the convolution decomposition patterns to take a linalg transformation filter. The transformation filter in a later revision allows use the patterns from CodegenStrategy.
Depends On D114690
Paths
| Differential D114797
[mlir][linalg] Adapt the decompose patterns to use a filter (NFC). ClosedPublic Authored by gysit on Nov 30 2021, 6:21 AM.
Details Summary The revision updates the convolution decomposition patterns to take a linalg transformation filter. The transformation filter in a later revision allows use the patterns from CodegenStrategy. Depends On D114690
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 21 others. · View Herald TranscriptNov 30 2021, 6:21 AM gysit added a child revision: D114798: [mlir][linalg] Add decompose to CodegenStrategy..Nov 30 2021, 6:25 AM This revision is now accepted and ready to land.Nov 30 2021, 6:37 AM Closed by commit rG98dbcff19cfe: [mlir][linalg] Adapt the decompose patterns to use a filter (NFC). (authored by gysit). · Explain WhyNov 30 2021, 7:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390726 mlir/include/mlir/Dialect/Linalg/Passes.h
mlir/include/mlir/Dialect/Linalg/Passes.td
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp
mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
|