diff --git a/RELEASE.md b/RELEASE.md index daf0bd4d0d5c51209ee176159b769ba2f0d6c9c2..ba4b28b595d07ef62776aed56c58271de78f84c4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,6 +2,19 @@ [查看中文](./RELEASE_CN.md) +## MindAKG 2.1.0 Release Notes + +### Bug Fixes +* Fixed the inconsistencies issue during build to support PolyTops on Ascend. [!908](https://gitee.com/mindspore/akg/pulls/908) (Ascend) +* Fixed the adaptability issue to CANN 6.4. [!911](https://gitee.com/mindspore/akg/pulls/911) (Ascend) +* Fixed the adaptability issue to MatMul on MSLite Ascend. [!914](https://gitee.com/mindspore/akg/pulls/914) (Ascend) + +### Contributors + +Thanks goes to these wonderful people: + +liuchao, huoxinyou, yangsijia, Harenome Ranaivoarivony-Razanajato + ## MindAKG 2.0.0 Release Notes ### Major Features and Improvements diff --git a/RELEASE_CN.md b/RELEASE_CN.md index 469474b6cd55f3752bf8430e20fe616a2b7ee1d3..3fe340f5c32dcbba167ff927aab53eebd649fbc7 100644 --- a/RELEASE_CN.md +++ b/RELEASE_CN.md @@ -2,6 +2,19 @@ [View English](./RELEASE.md) +## MindAKG 2.1.0 Release Notes + +### Bug 修复 +* 修复了PolyTops在昇腾后端的编译问题。[!908](https://gitee.com/mindspore/akg/pulls/908) (Ascend) +* 修复了CANN 6.4的适配问题。[!911](https://gitee.com/mindspore/akg/pulls/911) (Ascend) +* 修复了MSLite昇腾后端矩阵乘计算的适配问题。[!914](https://gitee.com/mindspore/akg/pulls/914) (Ascend) + +### 贡献者 + +感谢以下开发者做出的贡献: + +liuchao, huoxinyou, yangsijia, Harenome Ranaivoarivony-Razanajato + ## MindAKG 2.0.0 Release Notes ### 主要特性和增强