This is the working repo for the Compiler special interest group (SIG). This repo contains all the artifacts, materials, meeting notes and proposals regarding ANF
IR, auto differentiation, auto parallel, graph
optimizer, VM and any other programs for high level graph compilation in MindSpore. Feedbacks and contributions are welcome.
We plan to support ReID, recommendation, and NLP models, such as resnet, wid&deep and bert, in next few months. At present, we have support resnet which used in ReID.
Some key feature plan to do:
1. Support GPU/CPU backend. At present, only support Ascend.
2. Support auto parallel inference, using multi device to speed up inference, and run bigger model.
3. Improve cost model to search a better performance parallel strategy.
4. Develop more parallel operators.