Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102722
[mlir] Add support for fusion into TiledLoopOp. ClosedPublic Authored by pifon2a on May 18 2021, 1:31 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 17 others. · View Herald TranscriptMay 18 2021, 1:31 PM This revision is now accepted and ready to land.May 21 2021, 8:30 AM
This revision was landed with ongoing or failed builds.May 21 2021, 9:14 AM Closed by commit rG9ecc8178d720: [mlir] Add support for fusion into TiledLoopOp. (authored by pifon2a). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 347054 mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
mlir/test/Dialect/Linalg/fusion-tensor-pattern.mlir
mlir/test/lib/Dialect/Linalg/TestLinalgFusionTransforms.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|
Nit: A newline is missing.
Plus I think you could use llvm::find instead of llvm::find_if and avoid the lambda?