Skip to content

Commit 51b5a3e

Browse files
authored
[MLIR] Add Egress dialects maintainers (#151721)
As per https://discourse.llvm.org/t/mlir-project-maintainers/87189, this PR adds maintainers for the "egress" dialects. Compared to the original proposal, two changes are included: * The "mesh" dialect has been renamed to "shard" (https://discourse.llvm.org/t/mlir-mesh-cleanup-mesh/). * The "XeVM" dialect has been added (https://discourse.llvm.org/t/rfc-proposal-for-new-xevm-dialect/).
1 parent 36f9111 commit 51b5a3e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

mlir/Maintainers.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,40 @@ MLIR components pertaining to egress flows from MLIR, in particular to LLVM IR.
8080
[@gysit](https://github.com/gysit) (GitHub),
8181
gysit (Discourse)
8282

83+
### Dialects
84+
85+
The `egress` maintainer refers to the people working in the Egress category,
86+
with the point-of-contact being the maintainers above. Named maintainers, if
87+
available, should be contacted first, as they're more active in those areas.
88+
89+
#### Lowering Dialects
90+
* ‘llvm’ Dialect (egress)
91+
* ‘SPIR-V’ Dialect ([@kuhar](https://github.com/kuhar), [@antiagainst](https://github.com/antiagainst))
92+
* ‘emitc’ Dialect ([@aniragil](https://github.com/aniragil), [@marbre](https://github.com/marbre))
93+
94+
#### GPU Dialects
95+
* ‘gpu’ Dialect ([@fabianmcg](https://github.com/fabianmcg))
96+
* ‘amdgpu’ Dialect ([@krzysz00](https://github.com/krzysz00))
97+
* ‘rocdl’ Dialect ([@krzysz00](https://github.com/krzysz00))
98+
* ‘nvgpu’ Dialect ([@grypp](https://github.com/grypp))
99+
* ‘nvvm’ Dialect ([@grypp](https://github.com/grypp))
100+
* ‘xegpu’ Dialect ([@chencha3](https://github.com/chencha3), [@Jianhui-Li](https://github.com/Jianhui-Li))
101+
* 'xevm' Dialect ([@silee2](https://github.com/silee2))
102+
103+
#### CPU Dialects
104+
* ‘arm_neon’ Dialect ([@banach-space](https://github.com/banach-space))
105+
* ‘arm_sve’ Dialect ([@banach-space](https://github.com/banach-space))
106+
* ‘ArmSME’ Dialect ([@banach-space](https://github.com/banach-space))
107+
* ‘amx’ Dialect ([@adam-smnk](https://github.com/adam-smnk))
108+
* ‘x86vector’ Dialect ([@adam-smnk](https://github.com/adam-smnk))
109+
* ‘vcix’ Dialect ([@mshockwave](https://github.com/mshockwave))
110+
111+
#### Paradigm Dialects
112+
* ‘omp’ Dialect ([@tblah](https://github.com/tblah), [@skatrak](https://github.com/skatrak))
113+
* ‘acc’ Dialect ([@clementval](https://github.com/clementval), [@razvanlupusoru](https://github.com/razvanlupusoru))
114+
* ‘mpi’ Dialect ([@fschlimb](https://github.com/fschlimb))
115+
* ‘shard’ Dialect ([@fschlimb](https://github.com/fschlimb))
116+
83117
## Tensor Compiler
84118

85119
MLIR components specific to construction of compilers for tensor algebra, in

0 commit comments

Comments
 (0)