Skip to content

[mlir][docs] Add quant dialect pass doc into Passes.md (NFC) #139363

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sott0n
Copy link
Contributor

@sott0n sott0n commented May 10, 2025

This PR added documentation for the quant dialect passes to Passes.md, as it had not been included.

@llvmbot llvmbot added the mlir label May 10, 2025
@llvmbot
Copy link
Member

llvmbot commented May 10, 2025

@llvm/pr-subscribers-mlir

Author: Kohei Yamaguchi (sott0n)

Changes

This PR added documentation for the quant dialect passes to Passes.md, as it had not been included.


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

1 Files Affected:

  • (modified) mlir/docs/Passes.md (+4)
diff --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index 6a18e06593e8e..e9d22d1e3dfac 100644
--- a/mlir/docs/Passes.md
+++ b/mlir/docs/Passes.md
@@ -84,6 +84,10 @@ This document describes the available MLIR passes and their contracts.
 
 [include "NVGPUPasses.md"]
 
+## 'quant' Dialect Passes
+
+[include "QuantPasses.md"]
+
 ## Reducer Passes
 
 [include "ReducerPasses.md"]

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.

2 participants