llvm-project/mlir/docs/Tutorials
Alex Zinenko dd5165a920 [mlir] replace LLVM dialect float types with built-ins
Continue the convergence between LLVM dialect and built-in types by replacing
the bfloat, half, float and double LLVM dialect types with their built-in
counterparts. At the API level, this is a direct replacement. At the syntax
level, we change the keywords to `bf16`, `f16`, `f32` and `f64`, respectively,
to be compatible with the built-in type syntax. The old keywords can still be
parsed but produce a deprecation warning and will be eventually removed.

Depends On D94178

Reviewed By: mehdi_amini, silvas, antiagainst

Differential Revision: https://reviews.llvm.org/D94179
2021-01-08 17:38:12 +01:00
..
Toy [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01: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