[Mlir-commits] [mlir] [mlir] volunteering for quant dialect (PR #152852)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Aug 9 05:45:07 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Javed Absar (javedabsar1)
<details>
<summary>Changes</summary>
Volunteering. Recently, I have been working with the quant
dialect for our downstream project work - Qualcomm targets
care about quantization. w.r.t. upstream I have one minor contribution https://github.com/llvm/llvm-project/pull/151518 so far, but that will likely increase a lot in coming months.
---
Full diff: https://github.com/llvm/llvm-project/pull/152852.diff
1 Files Affected:
- (modified) mlir/Maintainers.md (+1-1)
``````````diff
diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md
index c31b5c635fba3..f646406ecbfc9 100644
--- a/mlir/Maintainers.md
+++ b/mlir/Maintainers.md
@@ -81,4 +81,4 @@ Named maintainers, if available, should be contacted first, as they're more acti
#### Accessory Dialects
* ‘bufferization’ Dialect (tensor, [@matthias-springer](https://github.com/matthias-springer))
* ‘ml_program’ Dialect ([@jpienaar](https://github.com/jpienaar))
-* ‘quant’ Dialect (unmaintained)
+* ‘quant’ Dialect ([@javedabsar](https://github.com/javedabsar1))
``````````
</details>
https://github.com/llvm/llvm-project/pull/152852
More information about the Mlir-commits
mailing list