|
12345678910111213141516171819202122232425262728 |
- # MindSpore Executor Special Interest Group (SIG)
-
- This is the working repo for the Executor Special Interest Group (SIG). This repo contains all the artifacts, materials, meeting notes and proposals regarding **graph optimizing** , **graph compiling**, **hardware runtime**, **diagnostics**, and any other backend programs in MindSpore. Feedbacks and contributions are welcomed.
-
- 1. **Graph Optimizing**: Similar to graph "compiler", there are many Passes to fuse operators and optimize graphs.
- 2. **Graph Compiling**: Allocating memory and other resources, compiling graphs to generate runnable models.
- 3. **Hardware Runtime**: Interface for hardware, who supports ascend910, gpu and cpu now.
- 4. **Diagnostics**: Provide some tools such as profiling, exporting graph ir and exporting operator data.
-
- ## SIG Leads
-
- * Wang Kaisheng (Huawei)
-
- ## Logistics
-
- * SIG leads will drive the meeting.
- * Meeting announcement will be posted on our gitee channel: https://gitee.com/mindspore/community/tree/master/sigs/executor
- * Feedbacks and topic requests are welcomed by all.
-
- ## Discussion
-
- * Slack channel: https://app.slack.com/client/TUKCY4QDR/C0111A9Q24B?cdn_fallback=2
- * Documents and artifacts: https://gitee.com/mindspore/community/tree/master/sigs/executor
-
- ## Meeting notes
-
- * [Thursday June 4, 2020](./meetings/001-20200604.md)
- * [Thursday August 5, 2021](./meetings/001-20210805.md)
|