llvm-project/mlir/docs/Tutorials
Nicolas Vasilache 422aaf31da [mlir][Linalg] Add named Linalg ops on tensor to buffer support.
This revision introduces support for buffer allocation for any named linalg op.
To avoid template instantiating many ops, a new ConversionPattern is created to capture the LinalgOp interface.

Some APIs are updated to remain consistent with MLIR style:
`OwningRewritePatternList * -> OwningRewritePatternList &`
`BufferAssignmentTypeConverter * -> BufferAssignmentTypeConverter &`

Differential revision: https://reviews.llvm.org/D89226
2020-10-12 11:20:23 +00:00
..
Toy [mlir] Remove more OpBuilder args which are now injected 2020-09-29 16:47:21 -07:00
CreatingADialect.md Remove `Ops` suffix from dialect library names 2020-09-30 18:00:44 -07:00
DefiningAttributesAndTypes.md [mlir] Update the documentation for defining types 2020-08-18 18:02:20 -07:00
QuickstartRewrites.md [mlir][Linalg] Add named Linalg ops on tensor to buffer support. 2020-10-12 11:20:23 +00:00
UnderstandingTheIRStructure.md Add a doc/tutorial on traversing the IR 2020-09-08 00:07:03 +00:00
_index.md [mlir] Add tutorial index.md pages 2020-09-21 15:50:48 -07:00