This makes it more explicit what the scope of this pass is. The name
of this pass predates fusion on tensors using tile + fuse, and hence
the confusion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106132
[mlir][Linalg] NFC: Rename FusionOfTensors pass to FusionOfElementwiseOps pass. ClosedPublic Authored by mravishankar on Jul 16 2021, 12:55 AM.
Details Summary This makes it more explicit what the scope of this pass is. The name
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 17 others. · View Herald TranscriptJul 16 2021, 12:55 AM This revision is now accepted and ready to land.Jul 16 2021, 12:55 PM Closed by commit rG5994201c8e4c: [mlir][Linalg] NFC: Rename FusionOfTensors pass to FusionOfElementwiseOps pass. (authored by mravishankar). · Explain WhyJul 19 2021, 12:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 359885 mlir/include/mlir/Dialect/Linalg/Passes.h
mlir/include/mlir/Dialect/Linalg/Passes.td
mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
mlir/test/Dialect/Linalg/fusion-elementwise-ops.mlir
mlir/test/Dialect/Linalg/fusion-tensor.mlir
mlir/test/Dialect/Linalg/reshape_fusion.mlir
|