llvm-project/mlir/docs/Dialects
Matthias Springer 81ca5aa452 [mlir][tensor][NFC] Rename linalg.init_tensor to tensor.empty
tensor.empty/linalg.init_tensor produces an uninititalized tensor that can be used as a destination operand for destination-style ops (ops that implement `DestinationStyleOpInterface`).

This change makes it possible to implement `TilingInterface` for non-destination-style ops without depending on the Linalg dialect.

RFC: https://discourse.llvm.org/t/rfc-add-tensor-from-shape-operation/65101

Differential Revision: https://reviews.llvm.org/D135129
2022-10-04 17:25:35 +09:00
..
Linalg [mlir][tensor][NFC] Rename linalg.init_tensor to tensor.empty 2022-10-04 17:25:35 +09:00
Affine.md [MLIR][Affine] Allow `<=` in IntegerSet constraints 2022-07-05 12:17:31 +01:00
Builtin.md [mlir] Make MemRef element type extensible 2021-06-08 11:11:30 +02:00
Func.md [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
GPU.md
LLVM.md [mlir] Split intrinsics out of LLVMOps.td 2022-04-14 13:23:31 +02:00
MemRef.md [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
SPIR-V.md [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
ShapeDialect.md [mlir][NFC] Update textual references of `func` to `func.func` in examples+python scripts 2022-04-20 22:17:26 -07:00
TOSA.md [mlir][tosa] Remove tosa.identityn operator 2021-05-12 12:46:22 -07:00
Transform.md [mlir] generate documentation for transform dialect extensions 2022-06-15 15:06:20 +02:00
Vector.md [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
_index.md Add brief description of dialects doc section. 2020-12-17 18:37:34 +00:00
emitc.md [mlir][emitc] Adapt to move of FuncOp 2022-03-28 17:44:47 +02:00