Overview Deprecated Passes What is One-Shot Bufferize? Goals of Bufferization Destination-Passing Style Tensor / Buffer Boundary Using One-Shot Bufferize Memory Layouts Extending One-Shot Bufferize Debugging Buffer Copies Overview Bufferization in MLIR is the process of converting ops with tensor semantics to ops with memref semantics. There are multiple MLIR passes that are related to bufferization. These passes typically run as one of the last steps in a pass pipeline, right before lowering...