summaryrefslogtreecommitdiff
path: root/mlir/docs/Bufferization.md
AgeCommit message (Expand)Author
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-11-20[mlir][func] Remove `func-bufferize` pass (#114152)Matthias Springer
2024-10-29[mlir][SCF] Remove `scf-bufferize` pass (#113840)Matthias Springer
2024-10-05[mlir][NFC] Mark type converter in `populate...` functions as `const` (#111250)Matthias Springer
2024-05-07[mlir][NFC] Improve bufferization documentation (#89495)Matthias Springer
2024-04-18[mlir][NFC] Move and improve ownership-based buffer dellocation docs (#89196)Matthias Springer
2024-02-05[mlir][bufferization] Never pass ownership to functions (#80655)Matthias Springer
2023-10-25[mlir][doc] Improve Destination-passing-style documentation (#70283)Mehdi Amini
2023-10-25[mlir][doc] Slightly clarify bufferization documentation (#70212)Rik Huijzer
2023-09-18[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart
2023-09-14[mlir][bufferization] Add an ownership based buffer deallocation pass (#66337)Martin Erhart
2023-09-13Revert "[mlir][bufferization] Remove allow-return-allocs and create-deallocs ...Martin Erhart
2023-09-13Revert "[mlir][bufferization] Improve buffer deallocation pass"Martin Erhart
2023-09-13[mlir][bufferization] Improve buffer deallocation passMartin Erhart
2023-09-13[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass opt...Martin Erhart
2023-06-01[mlir][arith] Disallow zero ranked tensors for select's conditionManas
2023-01-30[mlir][bufferization][NFC] Rename BufferRelation::None to BufferRelation::Unk...Matthias Springer
2022-09-17[mlir] use strided layout in structured codegen-related testsAlex Zinenko
2022-06-17[mlir][bufferize][NFC] Remove BufferizationStateMatthias Springer
2022-06-09[mlir][bufferization] Decouple buffer-deallocation from One-Shot BufferizeMatthias Springer
2022-05-16[mlir][bufferize] Better user control of layout mapsMatthias Springer
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-03-16[mlir][bufferize] Update documentation with allow-return-allocsMatthias Springer
2022-03-14[mlir][bufferization] Update public MLIR documentationMatthias Springer
2022-03-01[mlir][NFC] Remove several dead references to the old standard dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
2022-01-31[mlir][bufferize] Clean up remaining references to `tensor-constant-bufferize`Matthias Springer
2022-01-30[mlir][bufferize] Merge tensor-constant-bufferize into arith-bufferizeMatthias Springer
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-10-14[MLIR][arith] fix references to std.constant in commentsMogball
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-24[mlir:OpConversionPattern] Add overloads for taking an Adaptor instead of Arr...River Riddle
2021-05-24[mlir][doc] Fix links and references in top level docs directoryMarkus Böck
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-01-14[mlir][docs] Bring bufferization docs up to date.Sean Silva
2020-11-12[MLIR] Added documentation and manual to use bufferization features.Julian Gross