From 5c0dc658fecc5eca20875e41a351db6250e821d7 Mon Sep 17 00:00:00 2001 From: ckey_Dou Date: Sun, 28 Jun 2020 19:29:06 +0800 Subject: [PATCH] update release notes --- RELEASE.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index e6bb04c..df736eb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,11 @@ -## Initial Version -- Upload the initial framework -- Basic support for Ascend910 platform -- Integration with GraphKernel +# Release 0.5.0-beta +## Major Features +* Support auto-schedule and code-generation on Ascend platform. +* Provide C++ APIs of basic operators used in MindSpore. +* Support Elementwise-Elementwise, Reduce-Elementwise fusion patterns in Bert. +* Support LambUpdateWithLR, LambNextMv, BatchMatmul optimazition for Bert. + +# Initial Version +* Upload the initial framework. +* Basic support for Ascend910 platform. +* Integration with GraphKernel. -- GitLab