Browse Source

update RELEASE.md.

tags/v1.0.0
lujiale Gitee 4 years ago
parent
commit
28ef609180
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      RELEASE.md

+ 19
- 0
RELEASE.md View File

@@ -1,3 +1,22 @@
Release 0.7.0-beta

## Major Features and Improvements
* Conditional operator memory supports separate allocation of 4G memory space;
* In the zero-copy scenario, atomic_clean supports cleaning the memory of each part of the output when the network is multi-output;
* Support profiling of multiple levels of data in inference scenarios;
* In the online compilation scenarios, GE compilation time optimization.

## Bugfixes
* Fix the issue that calculation result is wrong when the unknown subgraph contains conditional operations;
* Fix the issue that the hccl executor fails to load the task when the input of hccl operator is unkown shape;
* Fix the issue that allgather output is wrong when it exists in the unknown subgraph and its input is unkown shape;


## Thanks to our Contributors
Thanks goes to these wonderful people: wuweikang,wangcong,weiyang,yanghaorang,xutianchun,shibeiji,zhouchao, tanghuikang, zhoulili, liujunzhu, zhengyuanhua, taoxiangdong Contributions of any kind are welcome!

Contributions of any kind are welcome!

# Release 0.6.0-beta # Release 0.6.0-beta


## Major Features and Improvements ## Major Features and Improvements


Loading…
Cancel
Save