Fixing a minor bug which lead to element type of the output being
modified when folding reshapes with generic op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101942
[mlir][Linalg] Fix element type of results when folding reshapes. ClosedPublic Authored by mravishankar on May 5 2021, 1:54 PM.
Details Summary Fixing a minor bug which lead to element type of the output being
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptMay 5 2021, 1:54 PM This revision is now accepted and ready to land.May 5 2021, 1:56 PM Closed by commit rGb6060b76731d: [mlir][Linalg] Fix element type of results when folding reshapes. (authored by mravishankar). · Explain WhyMay 5 2021, 3:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 343179 mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
mlir/test/Dialect/Linalg/fusion-push-reshape.mlir
|