[Mlir-commits] [mlir] [MLIR] Add tensor compiler dialect maintainers (PR #150945)

Renato Golin llvmlistbot at llvm.org
Mon Jul 28 06:14:20 PDT 2025


https://github.com/rengolin created https://github.com/llvm/llvm-project/pull/150945

As per https://discourse.llvm.org/t/mlir-project-maintainers/87189

@llvm/mlir-area-team
@jpienaar
@banach-space 

>From 8058c6904beb6871dc303ea0daf0757b0b6f9b18 Mon Sep 17 00:00:00 2001
From: Renato Golin <rengolin at systemcall.eu>
Date: Mon, 28 Jul 2025 14:11:57 +0100
Subject: [PATCH] [MLIR] Add tensor compiler dialect maintainers

As per https://discourse.llvm.org/t/mlir-project-maintainers/87189
---
 mlir/Maintainers.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

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)



More information about the Mlir-commits mailing list