Add the vector transfer patterns and introduce the max transfer rank option on the codegen strategy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D111635
[mlir][linalg] Add vector transfer lowering patters to codegen strategy. ClosedPublic Authored by gysit on Oct 12 2021, 5:56 AM.
Details Summary Add the vector transfer patterns and introduce the max transfer rank option on the codegen strategy.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptOct 12 2021, 5:56 AM This revision is now accepted and ready to land.Oct 12 2021, 6:37 AM Closed by commit rG97d67f743870: [mlir][linalg] Add vector transfer lowering patters to codegen strategy. (authored by gysit). · Explain WhyOct 12 2021, 7:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 379028 mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/CodegenStrategy.cpp
mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp
|