README.md 1.8 KB
Newer Older
L
leonwanghui 已提交
1 2
# SIGs - Special Interest Groups

3
As described in the MindSpore [governance](../governance.md), Special
L
leonwanghui 已提交
4 5 6 7 8 9 10 11 12
Interest Groups (SIGs) are persistent groups responsible for specific parts of
the project. SIGs have open and transparent proceedings to develop goals and
implement code contributions. SIGs are also responsible for ongoing maintenance
of the code in their areas.

## Joining a SIG

If you are interested in participating, please [join the discussion](https://mailweb.mindspore.cn/postorious/lists/)
in the respective list. Details about any upcoming meetings will also be shared
13
in the mailing list. SIG artifacts can be found in the current repository.
L
leonwanghui 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26

## Current SIGs

| SIG name | Responsibilities |
| :------- | :--------------- |
| FrontEnd | This SIG is responsible for the development of MindSpore front-end expression. |
| Compiler | This SIG is responsible for the development of MindSpore high level graph compilation. |
| Executor | This SIG is responsible for the development of MindSpore back-end support for pipeline. |
| ModelZoo | This SIG is responsible for the development of MindSpore modelzoo and additional ops. |
| Data | This SIG is responsible for the development of MindSpore data processing and data format transformation. |
| GraphEngine | This SIG is responsible for the development of MindSpore graph engine for Ascend AI processor. |
| Visualization | This SIG is responsible for the development of MindSpore visualization tools. |
| Security | This SIG is responsible for the development of MindSpore security related tools. |
W
wanghongbo 已提交
27
| AKG | This SIG is responsible for the development of MindSpore auto kernel generator. |
L
lz 已提交
28
| MSLITE | This SIG is responsible for the development of MindSpore lite. |
29
| MDP | This SIG is responsible for the development of MindSpore programming library for Bayesian deep learning. |