From 53e504dbfd56c38c5af977c6af020a071133c13c Mon Sep 17 00:00:00 2001 From: "Oleksandr \"Alex\" Zinenko" Date: Fri, 18 Jul 2025 11:41:26 +0200 Subject: [PATCH 1/3] [mlir] Nominate MLIR Core category maintainers This is a nomination for the maintainers of the core category within MLIR as proposed in https://discourse.llvm.org/t/mlir-project-maintainers/87189. As agreed in the Project Council meeting on July 17, we are proceeding with category nominations without waiting for lead maintainers to be nominated. --- mlir/Maintainers.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mlir/Maintainers.md diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md new file mode 100644 index 0000000000000..5a4619737cdb4 --- /dev/null +++ b/mlir/Maintainers.md @@ -0,0 +1,28 @@ +# MLIR Maintainers + +This file is a list of the +[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for MLIR. + +The following people are the active maintainers for the project. For the sake of +simplicity, responsibility areas are subdivided into broad categories, which are +further subdivided into individual components, such as dialects. Please reach +out to them for code reviews, questions about their area of expertise, or other +assistance. + +## Core + +Core components of MLIR, including core IR, analyses and rewriters, fundamental +dialects, build system and language bindings. + +- Alex Zinenko \ + ftynse@gmail.com (email), + [@ftynse](https://github.com/ftynse) (GitHub), + ftynse (Discourse) +- Jacques Pienaar \ + jpienaar@google.com (email), + [@jpienaar](https://github.com/jpienaar) (GitHub), + jpienaar (Discourse) +- Mehdi Amini \ + joker.eph@gmail.com (email), + [@joker-eph](https://github.com/joker-eph) (GitHub), + mehdi_amini (Discourse) From 27313951043aff44d6d650212064896856e76029 Mon Sep 17 00:00:00 2001 From: Alex Zinenko Date: Fri, 18 Jul 2025 09:49:17 +0000 Subject: [PATCH 2/3] [mlir] Nominate Tensor Compiler maintainers This is a nomination for the maintainers of the tensor compiler category within MLIR as proposed in https://discourse.llvm.org/t/mlir-project-maintainers/87189. As agreed in the Project Council meeting on July 17, we are proceeding with category nominations without waiting for lead maintainers to be nominated. --- mlir/Maintainers.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md index 5a4619737cdb4..6eb027ea62597 100644 --- a/mlir/Maintainers.md +++ b/mlir/Maintainers.md @@ -26,3 +26,21 @@ dialects, build system and language bindings. joker.eph@gmail.com (email), [@joker-eph](https://github.com/joker-eph) (GitHub), mehdi_amini (Discourse) + +## Tensor Compiler + +MLIR components specific to construction of compilers for tensor algebra, in +particular for machine learning compilers. + +- Renato Golin \ + rengolin@gmail.com (email), + [@rengolin](https://github.com/rengolin) (GitHub), + rengolin (Discourse) +- Jacques Pienaar \ + jpienaar@google.com (email), + [@jpienaar](https://github.com/jpienaar) (GitHub), + jpienaar (Discourse) +- Andrzej Warzynski \ + andrzej.warzynski@arm.com (email), + [@banach-space](https://github.com/banach-space) (GitHub), + banach-space (Discourse) From d48a14095ae36bdfd1a05d3b2236fbce51b76f7f Mon Sep 17 00:00:00 2001 From: Alex Zinenko Date: Fri, 18 Jul 2025 09:55:02 +0000 Subject: [PATCH 3/3] [mlir] Nominate MLIR Egress category maintainers This is a nomination for the maintainers of the egress category within MLIR as proposed in https://discourse.llvm.org/t/mlir-project-maintainers/87189. As agreed in the Project Council meeting on July 17, we are proceeding with category nominations without waiting for lead maintainers to be nominated. --- mlir/Maintainers.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md index 6eb027ea62597..7c852ef4e1771 100644 --- a/mlir/Maintainers.md +++ b/mlir/Maintainers.md @@ -27,6 +27,23 @@ dialects, build system and language bindings. [@joker-eph](https://github.com/joker-eph) (GitHub), mehdi_amini (Discourse) +## Egress + +MLIR components pertaining to egress flows from MLIR, in particular to LLVM IR. + +- Matthias Springer \ + me@m-sp.org (email), + [@matthias-springer](https://github.com/matthias-springer) (GitHub), + matthias-springer (Discourse) +- Andrzej Warzynski \ + andrzej.warzynski@arm.com (email), + [@banach-space](https://github.com/banach-space) (GitHub), + banach-space (Discourse) +- Tobias Gysi \ + tobias.gysi@nextsilicon.com (email), + [@gysit](https://github.com/gysit) (GitHub), + gysit (Discourse) + ## Tensor Compiler MLIR components specific to construction of compilers for tensor algebra, in