Add an option to control whether these patterns are added to the
pattern list or not.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114290
[mlir][Linalg] Add pad vectorization patterns into LinalgStrategyVectorize passes. ClosedPublic Authored by mravishankar on Nov 19 2021, 3:05 PM.
Details Summary Add an option to control whether these patterns are added to the
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptNov 19 2021, 3:05 PM This revision is now accepted and ready to land.Nov 23 2021, 10:17 AM This revision was landed with ongoing or failed builds.Nov 23 2021, 11:48 AM Closed by commit rGb57e2f071a2e: [mlir][Linalg] Add pad vectorization patterns into LinalgStrategyVectorize… (authored by mravishankar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 389253 mlir/include/mlir/Dialect/Linalg/Passes.h
mlir/include/mlir/Dialect/Linalg/Passes.td
mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp
|