[Mlir-commits] [mlir] [mlir] Nominate MLIR Core category maintainers (PR #149485)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Jul 18 02:42:10 PDT 2025
https://github.com/ftynse created https://github.com/llvm/llvm-project/pull/149485
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.
>From fd82d9a1f3a9c43e1ca7dcd08646096f4954d21e Mon Sep 17 00:00:00 2001
From: "Oleksandr \"Alex\" Zinenko" <git at ozinenko.com>
Date: Fri, 18 Jul 2025 11:41:26 +0200
Subject: [PATCH] [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 | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 mlir/Maintainers.md
diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md
new file mode 100644
index 0000000000000..581701c2b1937
--- /dev/null
+++ b/mlir/Maintainers.md
@@ -0,0 +1,26 @@
+# 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 at gmail.com (email),
+ [@ftynse](https://github.com/ftynse) (GitHub),
+ ftynse (Discourse)
+- Jacques Pienaar \
+ jpienaar at google.com (email),
+ [@jpienaar](https://github.com/jpienaar) (GitHub),
+ jpienaar (Discourse)
+- Mehdi Amini \
+ joker.eph at gmail.com (email),
+ [@joker-eph](https://github.com/joker-eph) (GitHub),
+ mehdi_amini (Discourse)
More information about the Mlir-commits
mailing list