From caf8b8093627da9f24e8afe339883af3ebaa8081 Mon Sep 17 00:00:00 2001 From: lujiale Date: Tue, 20 Apr 2021 09:35:34 +0800 Subject: [PATCH] update RELEASE.md. --- RELEASE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 51697212..53ea8b22 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,18 @@ +### Major Features and Improvements +* Multiple parallel communication groups can be distinguished and the communication tasks of different parallel communication groups can be divided into different streams. +* Parallel tasks are added for the entire map optimization. The execution sequence is optimized for parallel groups. +* Dynamic shape is supported for single operator in inference scenarios. +* Online inference supports concurrent execution of multiple threads. +* Memory allocation supports address reuse in the buffer pool. +* Supports Event resource reuse. +* Supports the BF16 data type. + +## Thanks to our Contributors +Thanks goes to these wonderful people: wuweikang,weiyang,yanghaorang,xutianchun,shibeiji,zhouchao, tanghuikang, zhoulili, liujunzhu, zhengyuanhua, taoxiangdong Contributions of any kind are welcome! + +Contributions of any kind are welcome! + + # Release 1.0.0 ## Major Features and Improvements