Files
clang-p2996/mlir/docs/Tutorials/_index.md
Alex Zinenko 68ae0d7803 [mlir] add initial chapters of the transform dialect tutorial
The transform dialect has been around for a while and is sufficiently
stable at this point. Add the first three chapters of the tutorial
describing its usage and extension.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D151491
2023-05-30 15:26:58 +00:00

6 lines
250 B
Markdown

# Tutorials
This section contains multiple MLIR tutorials.
See [Toy tutorial](toy) for an introduction to using MLIR infrastructure.
See [Transform dialect tutorial](transform) for an introduction to using and extending of MLIR's Transform dialect.