Skip to content

[mlir][docs] Add missing .md into Transform and Passes docs(NFC) #73916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

sott0n
Copy link
Contributor

@sott0n sott0n commented Nov 30, 2023

Fix broken docs for MeshDialect's pass and Transform dialect's loop extension.

@llvmbot llvmbot added the mlir label Nov 30, 2023
@llvmbot
Copy link
Member

llvmbot commented Nov 30, 2023

@llvm/pr-subscribers-mlir

Author: Kohei Yamaguchi (sott0n)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/73916.diff

2 Files Affected:

  • (modified) mlir/docs/Dialects/Transform.md (+4)
  • (modified) mlir/docs/Passes.md (+4)
diff --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index a24099c5ba9c9c0..8fa7038ca4fec06 100644
--- a/mlir/docs/Dialects/Transform.md
+++ b/mlir/docs/Dialects/Transform.md
@@ -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"]
diff --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index 2eb94d323b72f8b..66e2dc077f98544 100644
--- a/mlir/docs/Passes.md
+++ b/mlir/docs/Passes.md
@@ -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"]

@sott0n sott0n changed the title [mlir][docs] Add missing .md into Transform and Passes docs [mlir][docs] Add missing .md into Transform and Passes docs(NFC) Nov 30, 2023
@ftynse ftynse merged commit 0817efc into llvm:main Nov 30, 2023
@sott0n sott0n deleted the fix-mlir-docs branch December 1, 2023 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants