Skip to content

Commit

Permalink
[mlir][docs] Add missing .md into Transform and Passes docs(NFC) (#73916
Browse files Browse the repository at this point in the history
)

Fix broken docs for MeshDialect's pass and Transform dialect's loop
extension.
  • Loading branch information
sott0n committed Nov 30, 2023
1 parent eaff02f commit 0817efc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mlir/docs/Dialects/Transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,10 @@ ops rather than having the methods directly act on the payload IR.

[include "Dialects/GPUTransformOps.md"]

## Loop (extension) Transform Operations

[include "Dialects/LoopExtensionOps.md"]

## Loop (SCF) Transform Operations

[include "Dialects/SCFLoopTransformOps.md"]
Expand Down
4 changes: 4 additions & 0 deletions mlir/docs/Passes.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ This document describes the available MLIR passes and their contracts.

[include "MemRefPasses.md"]

## 'mesh' Dialect Passes

[include "MeshPasses.md"]

## 'ml\_program' Dialect Passes

[include "MLProgramPasses.md"]
Expand Down

0 comments on commit 0817efc

Please sign in to comment.