Add a switch to code gen strategy to disable/enable the vector transfer lowering and disable it by default.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D111647
[mlir][linalg] Add switch to disable/enable vector transfer lowering. ClosedPublic Authored by gysit on Oct 12 2021, 7:51 AM.
Details Summary Add a switch to code gen strategy to disable/enable the vector transfer lowering and disable it by default.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptOct 12 2021, 7:51 AM This revision is now accepted and ready to land.Oct 12 2021, 7:57 AM This revision was landed with ongoing or failed builds.Oct 12 2021, 8:06 AM Closed by commit rGc8faeb1edd84: [mlir][linalg] Add switch to disable/enable vector transfer lowering. (authored by gysit). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 379038 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
|