diff --git a/RELEASE.md b/RELEASE.md index e6bb04cacf877e135cbef89df0c80bd29ab1ad97..df736eb854c6a74ba700c55cc979a9cf0a01351e 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.