[Mlir-commits] [mlir] [MLIR] Add tensor compiler dialect maintainers (PR #150945)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jul 28 06:14:54 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Renato Golin (rengolin)
<details>
<summary>Changes</summary>
As per https://discourse.llvm.org/t/mlir-project-maintainers/87189
@<!-- -->llvm/mlir-area-team
@<!-- -->jpienaar
@<!-- -->banach-space
---
Full diff: https://github.com/llvm/llvm-project/pull/150945.diff
1 Files Affected:
- (modified) mlir/Maintainers.md (+21)
``````````diff
diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md
index 7c852ef4e1771..4ea750eac6e50 100644
--- a/mlir/Maintainers.md
+++ b/mlir/Maintainers.md
@@ -61,3 +61,24 @@ particular for machine learning compilers.
andrzej.warzynski at arm.com (email),
[@banach-space](https://github.com/banach-space) (GitHub),
banach-space (Discourse)
+
+### Dialects
+
+The `tensor` maintainer refers to the people working in the tensor compiler category, with the point-of-contact being the maintainers above.
+These are key MLIR dialects that will never become _unmaintained_.
+Named maintainers, if available, should be contacted first, as they're more active in those areas.
+
+#### Linear Algebra Dialects
+* ‘linalg’ Dialect (tensor)
+* Tensor Operator Set Architecture (TOSA) Dialect (sjarus)
+
+#### Type Dialects
+* ‘tensor’ Dialect (tensor)
+* ‘memref’ Dialect (tensor)
+* ‘vector’ Dialect (tensor + dcaballe, groverkss)
+* ‘sparse_tensor’ Dialect (aartbik, matthias-springer)
+
+#### Accessory Dialects
+* ‘bufferization’ Dialect (tensor, matthias-springer)
+* ‘ml_program’ Dialect (jpienaar)
+* ‘quant’ Dialect (unmaintained)
``````````
</details>
https://github.com/llvm/llvm-project/pull/150945
More information about the Mlir-commits
mailing list