commit | 68ae0d7803e43146b28f94f62357226047af7d9a | [log] [tgz] |
---|---|---|
author | Alex Zinenko <[email protected]> | Thu May 25 20:26:27 2023 |
committer | Alex Zinenko <[email protected]> | Tue May 30 15:26:58 2023 |
tree | 231a268d145e008be1c40cad3b7517d006a645d9 | |
parent | f64f760e2d20340ef7d1a95c8598a90e42ac31e7 [diff] [blame] |
[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
diff --git a/mlir/examples/CMakeLists.txt b/mlir/examples/CMakeLists.txt index 37c89d0..bdbba3e 100644 --- a/mlir/examples/CMakeLists.txt +++ b/mlir/examples/CMakeLists.txt
@@ -1 +1,2 @@ add_subdirectory(toy) +add_subdirectory(transform)