We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaff02f commit 0817efcCopy full SHA for 0817efc
mlir/docs/Dialects/Transform.md
@@ -431,6 +431,10 @@ ops rather than having the methods directly act on the payload IR.
431
432
[include "Dialects/GPUTransformOps.md"]
433
434
+## Loop (extension) Transform Operations
435
+
436
+[include "Dialects/LoopExtensionOps.md"]
437
438
## Loop (SCF) Transform Operations
439
440
[include "Dialects/SCFLoopTransformOps.md"]
mlir/docs/Passes.md
@@ -64,6 +64,10 @@ This document describes the available MLIR passes and their contracts.
64
65
[include "MemRefPasses.md"]
66
67
+## 'mesh' Dialect Passes
68
69
+[include "MeshPasses.md"]
70
71
## 'ml\_program' Dialect Passes
72
73
[include "MLProgramPasses.md"]
0 commit comments