llvm-project/mlir/docs/Dialects
gysit e3b442b62f [mlir][OpDSL] Separate `ReduceFn` and `ReduceFnUse`.
The revision distinguishes `ReduceFn` and `ReduceFnUse`. The latter has the reduction dimensions attached while the former specifies the arithmetic function only. This separation allows us to adapt the reduction syntax a little bit and specify the reduction dimensions using square brackets (in contrast to the round brackets used for the values to reduce). It als is a preparation to add reduction function attributes to OpDSL. A reduction function attribute shall only specify the arithmetic function and not the reduction dimensions.

Example:
```
ReduceFn.max_unsigned(D.kh, D.kw)(...)
```
changes to:
```
ReduceFn.max_unsigned[D.kh, D.kw](...)
```

Depends On D115240

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D115241
2022-01-07 12:51:06 +00:00
..
Linalg [mlir][OpDSL] Separate `ReduceFn` and `ReduceFnUse`. 2022-01-07 12:51:06 +00:00
Affine.md [MLIR][arith] fix references to std.constant in comments 2021-10-14 20:38:47 +00:00
Builtin.md [mlir] Make MemRef element type extensible 2021-06-08 11:11:30 +02:00
GPU.md [mlir] Update all dialects docs to use 'dialect-namespace' in the header 2020-03-30 12:25:15 -07:00
LLVM.md [mlir][docs] Fix obvious spelling mistakes in documentation 2021-10-29 09:19:11 +02:00
MemRef.md [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
SPIR-V.md [NFC][mlir] Inclusive language: Replace an instance of master in docs 2021-11-18 13:10:32 -06:00
ShapeDialect.md [mlir][doc] Avoid name overlap that confuses copy_docs.sh (NFC) 2021-11-18 09:03:49 -08:00
Standard.md [MLIR] Create memref dialect and move dialect-specific ops from std. 2021-03-15 11:14:09 +01:00
TOSA.md [mlir][tosa] Remove tosa.identityn operator 2021-05-12 12:46:22 -07:00
Vector.md [mlir][Vector] Minor formatting fixes in Vector.md 2021-11-26 07:16:07 +00:00
_index.md Add brief description of dialects doc section. 2020-12-17 18:37:34 +00:00
emitc.md [mlir][docs] Unify style (nfc) 2021-11-08 22:43:05 +00:00