Skip to content

Commit 7d35eb5

Browse files
committed
[MLIR] Add Egress dialects maintainers
As per https://discourse.llvm.org/t/mlir-project-maintainers/87189
1 parent 23bcc23 commit 7d35eb5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

mlir/Maintainers.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,39 @@ MLIR components pertaining to egress flows from MLIR, in particular to LLVM IR.
4444
[@gysit](https://github.com/gysit) (GitHub),
4545
gysit (Discourse)
4646

47+
### Dialects
48+
49+
The `egress` maintainer refers to the people working in the Egress category,
50+
with the point-of-contact being the maintainers above. Named maintainers, if
51+
available, should be contacted first, as they're more active in those areas.
52+
53+
#### Lowering Dialects
54+
* ‘llvm’ Dialect (egress)
55+
* ‘SPIR-V Dialect ([@kuhar](https://github.com/kuhar), [@antiagainst](https://github.com/antiagainst))
56+
* ‘emitc’ Dialect ([@aniragil](https://github.com/aniragil), [@marbre](https://github.com/marbre))
57+
58+
#### GPU Dialects
59+
* ‘gpu’ Dialect ([@fabianmcg](https://github.com/fabianmcg))
60+
* ‘amdgpu’ Dialect ([@krzysz00](https://github.com/krzysz00))
61+
* ‘rocdl’ Dialect ([@krzysz00](https://github.com/krzysz00))
62+
* ‘nvgpu’ Dialect ([@grypp](https://github.com/grypp))
63+
* ‘nvvm’ Dialect ([@grypp](https://github.com/grypp))
64+
* ‘xegpu’ Dialect ([@chencha3](https://github.com/chencha3), [@Jianhui-Li](https://github.com/Jianhui-Li))
65+
66+
#### CPU Dialects
67+
* ‘arm_neon’ Dialect ([@banach-space](https://github.com/banach-space))
68+
* ‘arm_sve’ Dialect ([@banach-space](https://github.com/banach-space))
69+
* ‘ArmSME’ Dialect ([@banach-space](https://github.com/banach-space))
70+
* ‘amx’ Dialect ([@asiem](https://github.com/adam-smnk))
71+
* ‘x86vector’ Dialect ([@asiem](https://github.com/adam-smnk))
72+
* ‘vcix’ Dialect ([@mshockwave](https://github.com/mshockwave))
73+
74+
#### Paradigm Dialects
75+
* ‘omp’ Dialect ([@tblah](https://github.com/tblah), [@skatrak](https://github.com/skatrak))
76+
* ‘acc’ Dialect ([@clementval](https://github.com/clementval), [@razvanlupusoru](https://github.com/razvanlupusoru))
77+
* ‘mpi’ Dialect ([@fschlimb](https://github.com/fschlimb))
78+
* ‘mesh’ Dialect ([@fschlimb](https://github.com/fschlimb))
79+
4780
## Tensor Compiler
4881

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

0 commit comments

Comments
 (0)