Add an option that does not bufferize the targeted op itself, but just materializes a buffer for the destination operands. This is useful for partial bufferization of complex ops such as scf.forall, which need special handling (and an analysis if the region).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
springerm added a child revision: D155950: [mlir][linalg] MapCopyToThreadsOp: Support tensor.pad.Jul 21 2023, 6:11 AM
This revision is now accepted and ready to land.Jul 21 2023, 6:26 AM
This revision was landed with ongoing or failed builds.Jul 21 2023, 6:35 AM
Closed by commit rGa5bba98a58b7: [mlir][linalg] BufferizeToAllocationOp: Add option to materialize buffers for… (authored by springerm). · Explain Why
This revision was automatically updated to reflect the committed changes.