MLIR
16.0.0git
|
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::func | |
mlir::linalg | |
Functions | |
void | mlir::linalg::hoistRedundantVectorTransfers (func::FuncOp func) |
Hoist vector.transfer_read/vector.transfer_write on buffers pairs out of immediately enclosing scf::ForOp iteratively, if the following conditions are true: More... | |
void | mlir::linalg::hoistRedundantVectorTransfersOnTensor (func::FuncOp func) |
Same behavior as hoistRedundantVectorTransfers but works on tensors instead of buffers. More... | |