Browse Source

!36 add akg sig

Merge pull request !36 from RyanWW/master
pull/36/MERGE
mindspore-ci-bot Gitee 6 years ago
parent
commit
3f7c930c85
5 changed files with 42 additions and 0 deletions
  1. +26
    -0
      akg/README.md
  2. +0
    -0
      akg/docs/design-template.md
  3. +14
    -0
      akg/meetings/meeting-template.md
  4. +1
    -0
      governance.md
  5. +1
    -0
      sigs.md

+ 26
- 0
akg/README.md View File

@@ -0,0 +1,26 @@
# MindSpore AKG Special Interest Group (SIG)

This is the working repo for the AKG Special Interest Group (SIG). This repo contains all the artifacts, materials, meeting notes and proposals regarding **Normalization** , **Auto Schedule**, **Instruction Emit**, **Backend Optimization**. Feedbacks and contributions are welcomed.
1. **Normalization**: The mainly optimization of normalization includes three address transform, common subexpression elimination, copy propagation and so on.
2. **Auto Schedule**: The auto schedule module mainly have vectorization, loop tiling, mem promotion and loop distribution.
3. **Instruction Emit**: The instruction emitting module has the optimization about loop normalization, auto pragma and emit instruction.
4. **Backend Optimization**: The backend optimization module consists of double buffer optimization, storage rewrite optimization and inject sync optimization.

# SIG Leads

* Zhang Kun (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/akg
* Feedbacks and topic requests are welcomed by all.

# Discussion

* Slack channel: https://app.slack.com/client/TUKCY4QDR/CUZ3FESNS?cdn_fallback=2
* Documents and artifacts: https://gitee.com/mindspore/community/tree/master/sigs/akg

# Meeting notes



+ 0
- 0
akg/docs/design-template.md View File


+ 14
- 0
akg/meetings/meeting-template.md View File

@@ -0,0 +1,14 @@
# Thursday April 2, 2020 at 21:30pm GMT+8

## Agenda

## Conference links

## Attendees
* Tom (Huawei)

## Notes
* TODO

## Action items
* TODO

+ 1
- 0
governance.md View File

@@ -221,6 +221,7 @@ the following SIGs will be present:
| 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. |
| AKG | This SIG is responsible for the development of MindSpore auto kernel generator. |

#### Structure



+ 1
- 0
sigs.md View File

@@ -24,3 +24,4 @@ in the mailing list. SIG artifacts can be found in the [sigs repository](sigs).
| 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. |
| AKG | This SIG is responsible for the development of MindSpore auto kernel generator. |

Loading…
Cancel
Save