Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Just some comments as I looked at it anyway.
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td | ||
---|---|---|
754 | This comment is off. There is no enclosing linalg generic op. Maybe explain that it updates the part of the enclosing tiled_loop ops result specified by the second operand with the values from the first operand. | |
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp | ||
574 | If the assumption is that it always is canonicalized away to an in-place update, then the terminator does not have any of these effects. However, I don't know this part well enough to judge whether it models the naive state or the expected bufferized behavior. | |
mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp | ||
956 ↗ | (On Diff #358963) | Debuggin left-over. |
mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp | ||
307–308 | Comment is now off |
This comment is off. There is no enclosing linalg generic op. Maybe explain that it updates the part of the enclosing tiled_loop ops result specified by the second operand with the values from the first operand.