Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp | ||
---|---|---|
862 | Shouldn't the condition be getNumInputs == 1 && getNumOutputs == 1 && input == output? |
Paths
| Differential D118116
[mlir][Linalg] Add GenericOp self-copy on buffers folding ClosedPublic Authored by nicolasvasilache on Jan 25 2022, 3:02 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 22 others. · View Herald TranscriptJan 25 2022, 3:02 AM
This revision is now accepted and ready to land.Jan 25 2022, 3:18 AM This revision was landed with ongoing or failed builds.Jan 26 2022, 2:56 AM Closed by commit rG9b6c2ea30219: [mlir][Linalg] Add GenericOp self-copy on buffers folding (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403191 mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/test/Dialect/Linalg/canonicalize.mlir
mlir/test/Dialect/Linalg/inlining.mlir
|
Shouldn't the condition be getNumInputs == 1 && getNumOutputs == 1 && input == output?