From 6e94dc39623882fa594811d5beb18cda5ac3e414 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Mon, 4 Aug 2025 22:25:00 +0100 Subject: [PATCH] [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 --- mlir/Maintainers.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md index 7c852ef4e177..c31b5c635fba 100644 --- a/mlir/Maintainers.md +++ b/mlir/Maintainers.md @@ -61,3 +61,24 @@ particular for machine learning compilers. andrzej.warzynski@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)