summaryrefslogtreecommitdiff
path: root/mlir/examples/transform/Ch4/transform-opt/transform-opt.cpp
AgeCommit message (Collapse)Author
2024-02-09[mlir] update transform dialect tutorials (#81199)Oleksandr "Alex" Zinenko
Use the "main" transform-interpreter pass instead of the test pass. This, along with the previously introduced debug extension, now allow tutorials to no longer depend on test passes and extensions.
2024-01-09[mlir] add a chapter on matchers to the transform dialect tutorial (#76725)Oleksandr "Alex" Zinenko
These operations has been available for a while, but were not described in the tutorial. Add a new chapter on using and defining match operations.