All linalg.init operations must be fed into a linalg operation before
subtensor. The inserted linalg.fill guarantees it executes correctly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101848
[mlir][tosa] Fix tosa.concat by inserting linalg.fill after linalg.init ClosedPublic Authored by rsuderman on May 4 2021, 12:43 PM.
Details Summary All linalg.init operations must be fed into a linalg operation before
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 4 2021, 1:43 PM This revision was landed with ongoing or failed builds.May 4 2021, 2:32 PM Closed by commit rG1f7adf8cb1d7: [mlir][tosa] Fix tosa.concat by inserting linalg.fill after linalg.init (authored by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 342830 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
|