Add support for an empty anchor op string in vectorization. An empty anchor op string is useful after fusion when there are multiple different operations to vectorize.
Depends On D114689
Paths
| Differential D114690
[mlir][linalg] Support the empty anchor op string when padding. ClosedPublic Authored by gysit on Nov 28 2021, 11:28 PM.
Details Summary Add support for an empty anchor op string in vectorization. An empty anchor op string is useful after fusion when there are multiple different operations to vectorize. Depends On D114689
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 21 others. · View Herald TranscriptNov 28 2021, 11:28 PM This revision is now accepted and ready to land.Nov 29 2021, 1:20 AM gysit added a child revision: D114797: [mlir][linalg] Adapt the decompose patterns to use a filter (NFC)..Nov 30 2021, 6:21 AM Closed by commit rG316e627c2b98: [mlir][linalg] Support the empty anchor op string when padding. (authored by gysit). · Explain WhyNov 30 2021, 7:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390721 mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
mlir/test/Dialect/Linalg/codegen-strategy.mlir
mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp
|