From 14ebec0fe0ec57d1bcb44dd89c0017a8d03e4a99 Mon Sep 17 00:00:00 2001 From: anyrenwei Date: Thu, 15 Apr 2021 11:24:48 +0800 Subject: [PATCH] update releasenote 1.2.0 --- RELEASE.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b8d12986..a7d17396 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,9 +1,4 @@ ## Release 1.2.0 -### Bug fixes - * Fixed local memory promotion for large thread (2980!) - * Fixed reduce binding dimension issue on gpu platform (ff38!) - -## Release 1.2.0-rc1 ### Major Features and Improvements * [STABLE] Rebuild the AKG repository for providing a new way to support ascend backend by linking a static library contained all the ascend passes. (Ascend) * [STABLE] Optimize the reduction add operation in ascend backend. (Ascend) @@ -12,6 +7,8 @@ ### Bug fixes * Fixed a problem that data prefetch cannot be enabled by attributes in DSL. * Fixed bugs of autotiling algorithms (tiling too small, cannot adapted matmul+bias, etc.) in Ascend platform. + * Fixed local memory promotion for large thread (2980!) + * Fixed reduce binding dimension issue on gpu platform (ff38!) ### Contributors Thanks goes to these wonderful people: -- Gitee