Skip to content

Commit 8cc22ee

Browse files
authored
[MLIR][Maintainers] Add maintainer list for core sub-categories (#152136)
Ref: https://discourse.llvm.org/t/mlir-project-maintainers/87189 See also: * #151721 * #150945 Compared to the original proposal, one change is included: * The `ub` dialect has @Hardcode84 as maintainer. Please accept to validate your nomination, let's keep new nominations for follow up PRs.
1 parent 768eae7 commit 8cc22ee

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

mlir/Maintainers.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,42 @@ dialects, build system and language bindings.
2727
[@joker-eph](https://github.com/joker-eph) (GitHub),
2828
mehdi_amini (Discourse)
2929

30+
### Code
31+
32+
#### Standalone subcategories
33+
* Core tooling (ODS, DRR, PDLL, LSP) (core)
34+
* CMake ([christopherbate](https://github.com/christopherbate))
35+
* Dialect Conversion ([matthias-springer](https://github.com/matthias-springer), [zero9178](https://github.com/zero9178))
36+
* Python Bindings ([makslevental](https://github.com/makslevental), [rolfmorel](https://github.com/rolfmorel))
37+
38+
### Dialects
39+
40+
#### Code Structure Dialects
41+
* Builtin Dialect (core)
42+
* ‘func’ Dialect (core)
43+
* ‘scf’ Dialect (core)
44+
* ‘cf’ Dialect (core)
45+
* ‘index’ Dialect (core)
46+
* ‘ptr’ Dialect ([fabianmcg](https://github.com/fabianmcg))
47+
48+
#### Basic Compute Dialects
49+
* ‘arith’ Dialect (core)
50+
* ‘math’ Dialect (core)
51+
* Rewrite System Dialects (core)
52+
* Transform Dialect ([martin-luecke](https://github.com/martin-luecke), [ftynse](https://github.com/ftynse), [rolfmorel](https://github.com/rolfmorel))
53+
* ‘pdl_interp’ Dialect ([jpienaar](https://github.com/jpienaar))
54+
* ‘pdl’ Dialect ([jpienaar](https://github.com/jpienaar))
55+
56+
#### Accessory Dialects
57+
* ‘affine’ Dialect ([ftynse](https://github.com/ftynse))
58+
* ‘dlti’ Dialect ([rolfmorel](https://github.com/rolfmorel))
59+
* ‘irdl’ Dialect ([math-fehr](https://github.com/math-fehr), [moxinilian](https://github.com/moxinilian))
60+
* ‘shape’ Dialect ([jpienaar](https://github.com/jpienaar))
61+
* ‘smt’ Dialect ([fabianschuiki](https://github.com/fabianschuiki), [maerhart](https://github.com/maerhart))
62+
* ‘ub’ Dialect ([Hardcode84](https://github.com/Hardcode84))
63+
* ‘complex’ Dialect (core)
64+
* ‘async’ Dialect (unmaintained)
65+
3066
## Egress
3167

3268
MLIR components pertaining to egress flows from MLIR, in particular to LLVM IR.

0 commit comments

Comments
 (0)