From 9b46bf42dbc8cfcdeaf9e7d73553137c1c113cb5 Mon Sep 17 00:00:00 2001 From: ckey_Dou Date: Thu, 27 Aug 2020 20:28:19 +0800 Subject: [PATCH] update releasenotes to r0.7 --- RELEASE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 214457c..27769f5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,18 @@ +# Release 0.7.0-beta +## Major Features and Imporvements +* Backend refactoring + * Rewrite instruction args calculation module in EmitInsn by implementing a new computing strategy based on axis spliting, which achieved improvement both on performance and code simplicity. + +## Bugfixes +* fix dump code error when running gpu operators and set env MS_AKG_DUMP_CODE=ON(!113). + +## Contributors +Thanks goes to these wonderful people: + +lvwenyuan, shiliang, xuhui, wYann + +Contributions of any kind are welcome! + # Release 0.6.0-beta ## Major Features and Imporvements * AutoPoly refactor to support integrating multi-backend targets easily @@ -23,6 +38,7 @@ ## Contributors Thanks goes to these wonderful people: + brovensmile, chengyun, chenlei_autodiff, chengbin, ConnZhai, fuxiaoteng, gaoxiong, gengzhen, hanhuifeng, KasonChan, luoyin, lvwenyuan, peiwenfang, xuhui, yangsijia, wangzhuo325, wYann Contributions of any kind are welcome! -- GitLab