@@ -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
85119MLIR components specific to construction of compilers for tensor algebra, in
0 commit comments