Using LinalgOp will reduce the repeated conversion from Operation <->
LinalgOp.
Depends On D91100
Paths
| Differential D91101
[mlir][Linalg] Change LinalgDependenceGraph to use LinalgOp. ClosedPublic Authored by mravishankar on Nov 9 2020, 1:22 PM.
Details Summary Using LinalgOp will reduce the repeated conversion from Operation <-> Depends On D91100
Diff Detail
Event Timelinemravishankar added a child revision: D90991: [mlir][Linalg] Fuse sequence of Linalg operation (on buffers). This revision is now accepted and ready to land.Nov 9 2020, 2:58 PM Closed by commit rGbf3861bf71b6: [mlir][Linalg] Change LinalgDependenceGraph to use LinalgOp. (authored by mravishankar). · Explain WhyNov 13 2020, 12:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 305236 mlir/include/mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h
mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
mlir/test/lib/Transforms/TestLinalgFusionTransforms.cpp
|