Skip to content

[MLIR] Add tensor compiler dialect maintainers #150945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rengolin
Copy link
Member

@llvmbot
Copy link
Member

llvmbot commented Jul 28, 2025

@llvm/pr-subscribers-mlir

Author: Renato Golin (rengolin)

Changes

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

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


Full diff: https://github.com/llvm/llvm-project/pull/150945.diff

1 Files Affected:

  • (modified) mlir/Maintainers.md (+21)
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@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)

Copy link
Member

@ftynse ftynse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be extended along the lines above, i.e. include the email (extract from commits) and github/discourse handle?

@ftynse
Copy link
Member

ftynse commented Jul 28, 2025

@sjarus @jpienaar @dcaballe @Groverkss @aartbik @matthias-springer please approve to indicate you agree to take up the maintainer role.

Copy link
Contributor

@banach-space banach-space left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!


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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/they're/they are/ ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.