Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2022-10-11 18:31:51 +0300
committerAlex Zinenko <zinenko@google.com>2022-10-11 18:32:42 +0300
commit183bf9b34b7a0880fea2fcea3e805abdc890290f (patch)
treebb7e764f905f6d6a4124950e57411f23e803fdbb /mlir
parent3648fc5b42bd2c320cb49004cd9c40cd32a44384 (diff)
[mlir] generate docs for GPU transform extension
Diffstat (limited to 'mlir')
-rw-r--r--mlir/docs/Dialects/Transform.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index 070bfb6c9726..c0f6a1e7d3d2 100644
--- a/mlir/docs/Dialects/Transform.md
+++ b/mlir/docs/Dialects/Transform.md
@@ -10,6 +10,10 @@
[include "Dialects/BufferizationTransformOps.md"]
+## GPU Transform Operations
+
+[include "Dialects/GPUTransformOps.md"]
+
## Loop (SCF) Transform Operations
[include "Dialects/SCFLoopTransformOps.md"]