RELEASE.md 437 字节
Newer Older
C
ckey_Dou 已提交
1 2 3 4 5 6 7 8 9 10 11
# 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.