From 64048ef3cd483ce4a170ad898eabbfe70e4676ad Mon Sep 17 00:00:00 2001 From: zhoufeng Date: Fri, 3 Apr 2020 14:50:50 +0800 Subject: [PATCH] add executor sig --- sigs/executor/README.md | 25 ++++++++++++++++++++++ sigs/executor/docs/design-template.md | 0 sigs/executor/meetings/meeting-template.md | 14 ++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 sigs/executor/README.md create mode 100644 sigs/executor/docs/design-template.md create mode 100644 sigs/executor/meetings/meeting-template.md diff --git a/sigs/executor/README.md b/sigs/executor/README.md new file mode 100644 index 0000000..9245d64 --- /dev/null +++ b/sigs/executor/README.md @@ -0,0 +1,25 @@ +# 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 compling**, **hardware runtime**, **diagnostics**, and any other backend programs in MindSpore. Feedbacks and contributions are welcomed. +1. **Graph Optimizing**: Similar to graph "complier", there are many Passes to fuse operators and optimize graphs. +2. **Graph Compling**: Allocating memory and other resources, compling graphs to generate runnable models. +3. **Hardware Runtime**: Interface for hardware, who supportes ascend910, gpu and cpu now. +4. **Diagnostics**: Provide some tools such as profiling, exporting graph ir and exporting operator data. + +# SIG Leads + +* Lu Pengcheng (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/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 + diff --git a/sigs/executor/docs/design-template.md b/sigs/executor/docs/design-template.md new file mode 100644 index 0000000..e69de29 diff --git a/sigs/executor/meetings/meeting-template.md b/sigs/executor/meetings/meeting-template.md new file mode 100644 index 0000000..aa652b5 --- /dev/null +++ b/sigs/executor/meetings/meeting-template.md @@ -0,0 +1,14 @@ +# Thursday April 2, 2020 at 21:30pm GMT+8 + +## Agenda + +## Conference links + +## Attendees +* Tom (Huawei) + +## Notes +* TODO + +## Action items +* TODO -- GitLab