Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108565
[mlir]Linalg] Allow controlling fusion of linalg.generic -> linalg.tensor_expand_shape. ClosedPublic Authored by mravishankar on Aug 23 2021, 9:53 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: wrengr, Chia-hungDuan, dcaballe and 18 others. · View Herald TranscriptAug 23 2021, 9:53 AM gysit added inline comments. This revision is now accepted and ready to land.Aug 23 2021, 11:55 AM mravishankar marked 2 inline comments as done. Comment ActionsRemove dead method (and drop the header needed only for that method) This revision was landed with ongoing or failed builds.Aug 23 2021, 4:28 PM Closed by commit rGb546f4347b87: [mlir]Linalg] Allow controlling fusion of linalg.generic -> linalg. (authored by mravishankar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 368235 mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
mlir/test/Dialect/Linalg/reshape_control_fusion.mlir
mlir/test/lib/Dialect/Linalg/TestLinalgElementwiseFusion.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|
if the function below is indeed a development leftover it may be possible to drop the header as well.