[Mlir-commits] [mlir] [mlir] volunteering for quant dialect (PR #152852)
Javed Absar
llvmlistbot at llvm.org
Sat Aug 9 05:44:37 PDT 2025
https://github.com/javedabsar1 created https://github.com/llvm/llvm-project/pull/152852
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.
>From b2a5d71735c2f61b793f7f3081c1fdd1d6f1fb7b Mon Sep 17 00:00:00 2001
From: Javed Absar <javed.absar at gmail.com>
Date: Sat, 9 Aug 2025 08:26:52 -0400
Subject: [PATCH] [mlir] volunteering for quant dialect
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.
---
mlir/Maintainers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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))
More information about the Mlir-commits
mailing list