Skip to content

Commit 6e94dc3

Browse files
authored
1 parent 37fe9f6 commit 6e94dc3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

mlir/Maintainers.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,24 @@ particular for machine learning compilers.
6161
6262
[@banach-space](https://github.com/banach-space) (GitHub),
6363
banach-space (Discourse)
64+
65+
### Dialects
66+
67+
The `tensor` maintainer refers to the people working in the tensor compiler category, with the point-of-contact being the maintainers above.
68+
These are key MLIR dialects that will never become _unmaintained_.
69+
Named maintainers, if available, should be contacted first, as they're more active in those areas.
70+
71+
#### Linear Algebra Dialects
72+
* ‘linalg’ Dialect (tensor)
73+
* Tensor Operator Set Architecture (TOSA) Dialect ([@sjarus](https://github.com/sjarus))
74+
75+
#### Type Dialects
76+
* ‘tensor’ Dialect (tensor)
77+
* ‘memref’ Dialect (tensor)
78+
* ‘vector’ Dialect (tensor + [@dcaballe](https://github.com/dcaballe), [@Groverkss](https://github.com/Groverkss))
79+
* ‘sparse_tensor’ Dialect ([@aartbik](https://github.com/aartbik), [@matthias-springer](https://github.com/matthias-springer))
80+
81+
#### Accessory Dialects
82+
* ‘bufferization’ Dialect (tensor, [@matthias-springer](https://github.com/matthias-springer))
83+
* ‘ml_program’ Dialect ([@jpienaar](https://github.com/jpienaar))
84+
* ‘quant’ Dialect (unmaintained)

0 commit comments

Comments
 (0)