From 829af82e516f788b27bc957bb7521add937913d3 Mon Sep 17 00:00:00 2001 From: JTING992 Date: Tue, 7 Apr 2020 11:01:39 +0800 Subject: [PATCH] update docs for compiler SIG --- sigs/compiler/README.md | 28 ++++++++++++++++++++++ sigs/compiler/docs/design-template.md | 0 sigs/compiler/meetings/meeting_temp.md | 13 ++++++++++ sigs/frontend/meetings/meeting-template.md | 2 +- 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 sigs/compiler/README.md create mode 100644 sigs/compiler/docs/design-template.md create mode 100644 sigs/compiler/meetings/meeting_temp.md diff --git a/sigs/compiler/README.md b/sigs/compiler/README.md new file mode 100644 index 0000000..0e1191f --- /dev/null +++ b/sigs/compiler/README.md @@ -0,0 +1,28 @@ +# MindSpore Compiler Special Interest Group (SIG) + +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. +1. **ANF IR**: A graph-based functional IR, which is the infrastructure for the static computation graph. +2. **Auto Differentiation**: Provide auto differentiation based on the ANF IR. +3. **Auto Parallel**: Automatically partition the static computation graph according to the parallelism strategies. +4. **Graph Optimizer**: Hardware-independent gereral graph optimization passes. +5. **VM**: A virtual machine which handles the calculation process in the whole framework. + +# SIG Leads + +* Ding Jian (Huawei) + +# Logistics + +* SIG leads will drive the meeting. +* Meeting annoucement will be posted on our gitee channel: https://gitee.com/mindspore/community/tree/master/sigs/compiler +* Feedbacks and topic requests are welcome by all. + +# Discussion + +* Slack channel https://app.slack.com/client/TUKCY4QDR/C011RSWRN3S?cdn_fallback=2 +* Documents and artifacts: https://gitee.com/mindspore/community/tree/master/sigs/compiler + +# Meeting notes + + + diff --git a/sigs/compiler/docs/design-template.md b/sigs/compiler/docs/design-template.md new file mode 100644 index 0000000..e69de29 diff --git a/sigs/compiler/meetings/meeting_temp.md b/sigs/compiler/meetings/meeting_temp.md new file mode 100644 index 0000000..a97e275 --- /dev/null +++ b/sigs/compiler/meetings/meeting_temp.md @@ -0,0 +1,13 @@ +# Thursday April xx, 2020 at xx:xxpm GMT+8 + +## Agenda + +## Conference links + +## Attendees +* Ding Jian (Huawei) + +## Notes + +##Action items +* None diff --git a/sigs/frontend/meetings/meeting-template.md b/sigs/frontend/meetings/meeting-template.md index 5dde06d..bde591a 100644 --- a/sigs/frontend/meetings/meeting-template.md +++ b/sigs/frontend/meetings/meeting-template.md @@ -1,4 +1,4 @@ -# Thursday April 2, 2020 at 21:30pm GMT+8 +# Thursday April xx, 2020 at xx:xxpm GMT+8 ## Agenda -- Gitee