[Mlir-commits] [mlir] 6e94dc3 - [MLIR] Add tensor compiler dialect maintainers (#150945)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Aug 4 14:25:03 PDT 2025
Author: Renato Golin
Date: 2025-08-04T22:25:00+01:00
New Revision: 6e94dc39623882fa594811d5beb18cda5ac3e414
URL: https://github.com/llvm/llvm-project/commit/6e94dc39623882fa594811d5beb18cda5ac3e414
DIFF: https://github.com/llvm/llvm-project/commit/6e94dc39623882fa594811d5beb18cda5ac3e414.diff
LOG: [MLIR] Add tensor compiler dialect maintainers (#150945)
As per https://discourse.llvm.org/t/mlir-project-maintainers/87189
@llvm/mlir-area-team
@jpienaar
@banach-space
Added:
Modified:
mlir/Maintainers.md
Removed:
################################################################################
diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md
index 7c852ef4e1771..c31b5c635fba3 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](https://github.com/sjarus))
+
+#### Type Dialects
+* ‘tensor’ Dialect (tensor)
+* ‘memref’ Dialect (tensor)
+* ‘vector’ Dialect (tensor + [@dcaballe](https://github.com/dcaballe), [@Groverkss](https://github.com/Groverkss))
+* ‘sparse_tensor’ Dialect ([@aartbik](https://github.com/aartbik), [@matthias-springer](https://github.com/matthias-springer))
+
+#### Accessory Dialects
+* ‘bufferization’ Dialect (tensor, [@matthias-springer](https://github.com/matthias-springer))
+* ‘ml_program’ Dialect ([@jpienaar](https://github.com/jpienaar))
+* ‘quant’ Dialect (unmaintained)
More information about the Mlir-commits
mailing list