Skip to content

Commit 0817efc

Browse files
authored
[mlir][docs] Add missing .md into Transform and Passes docs(NFC) (#73916)
Fix broken docs for MeshDialect's pass and Transform dialect's loop extension.
1 parent eaff02f commit 0817efc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

mlir/docs/Dialects/Transform.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ ops rather than having the methods directly act on the payload IR.
431431

432432
[include "Dialects/GPUTransformOps.md"]
433433

434+
## Loop (extension) Transform Operations
435+
436+
[include "Dialects/LoopExtensionOps.md"]
437+
434438
## Loop (SCF) Transform Operations
435439

436440
[include "Dialects/SCFLoopTransformOps.md"]

mlir/docs/Passes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ This document describes the available MLIR passes and their contracts.
6464

6565
[include "MemRefPasses.md"]
6666

67+
## 'mesh' Dialect Passes
68+
69+
[include "MeshPasses.md"]
70+
6771
## 'ml\_program' Dialect Passes
6872

6973
[include "MLProgramPasses.md"]

0 commit comments

Comments
 (0)