From a68d1ed8200986b7537a4396e0924f9f50f9b47d Mon Sep 17 00:00:00 2001 From: PetrelYy <92866578+PetrelYy@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:33:26 +0800 Subject: [PATCH] [Doc](mlu-ops): update release note (#1000) --- .github/workflows/daily.yaml | 2 +- .github/workflows/mluops_all_system_ci.yaml | 2 +- .github/workflows/mluops_ci.yaml | 2 +- build.property | 2 +- docs/api_guide/update.rst | 9 ++++++++ docs/release_notes/mlu_ops.rst | 21 +++++++++++++++++++ docs/user_guide/2_update_history/index.rst | 11 ++++++++-- .../centos7.5/SPECS/mluops-independent.spec | 4 +++- installer/independent/debian/changelog | 4 ++++ mlu_op.h | 2 +- 10 files changed, 51 insertions(+), 8 deletions(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 5f5d89bff..d060450ba 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: runner: [mlu370-m8] - mlu_ops_version : [1.1.0] + mlu_ops_version : [1.1.1] cntoolkit_version : [3.8.4] cnnl_version: [1.23.2] runs-on: ${{matrix.runner}} diff --git a/.github/workflows/mluops_all_system_ci.yaml b/.github/workflows/mluops_all_system_ci.yaml index 233d90e0c..067909125 100644 --- a/.github/workflows/mluops_all_system_ci.yaml +++ b/.github/workflows/mluops_all_system_ci.yaml @@ -30,7 +30,7 @@ jobs: strategy: matrix: runner: [mlu370-m8] - mlu_ops_version : [1.1.0] + mlu_ops_version : [1.1.1] cntoolkit_version : [3.8.4] cnnl_version: [1.23.2] os: [ubuntu20.04, centos7, centos8, kylin10] diff --git a/.github/workflows/mluops_ci.yaml b/.github/workflows/mluops_ci.yaml index 46f2976c2..bc25b7f62 100644 --- a/.github/workflows/mluops_ci.yaml +++ b/.github/workflows/mluops_ci.yaml @@ -39,7 +39,7 @@ jobs: strategy: matrix: runner: [mlu370-m8] - mlu_ops_version : [v1.1.0] + mlu_ops_version : [v1.1.1] runs-on: [yellow] steps: - uses: actions/checkout@v3 diff --git a/build.property b/build.property index 48267c8a6..d4905293e 100644 --- a/build.property +++ b/build.property @@ -1,5 +1,5 @@ { - "version": "1.1.0-1", + "version": "1.1.1-1", "python": "3.6.0", "build_requires": {"cntoolkit": ["release","3.8.4-1"], "cnnl":["release","1.23.2-1"], diff --git a/docs/api_guide/update.rst b/docs/api_guide/update.rst index 23a60fb83..09ebe935f 100755 --- a/docs/api_guide/update.rst +++ b/docs/api_guide/update.rst @@ -3,6 +3,15 @@ Update History This section lists contents that were made for each product release. +* V1.1.1 + + **Date:** April 12, 2024 + + **Changes:** + + - None. + + * V1.1.0 **Date:** March 28, 2024 diff --git a/docs/release_notes/mlu_ops.rst b/docs/release_notes/mlu_ops.rst index 636cafae9..5d0b79787 100644 --- a/docs/release_notes/mlu_ops.rst +++ b/docs/release_notes/mlu_ops.rst @@ -45,6 +45,27 @@ Cambricon MLU-OPS具有以下特点: | Cambricon MLU-OPS v1.0.z | x86_64 | MLU370 | +-----------------------------+------------------------+--------------------------------+ +v1.1.1 +----------------- + +特性变更 +~~~~~~~~~~~~~~~~~~~~~ + +- 无新增特性。 + +已修复问题 +~~~~~~~~~~~~~~~~~~~~~ + +- 修复以下问题: + + * 修复性能分析工具处理同名测试用例时引入的功能问题。 + * 修复算子 mluOpAdamW 未分配任务类型引入的算子功能问题。 + +已知遗留问题 +~~~~~~~~~~~~~~~~~~~~~ + +- 无。 + v1.1.0 ----------------- diff --git a/docs/user_guide/2_update_history/index.rst b/docs/user_guide/2_update_history/index.rst index cefdf27b2..c4c693d44 100644 --- a/docs/user_guide/2_update_history/index.rst +++ b/docs/user_guide/2_update_history/index.rst @@ -1,8 +1,16 @@ 更新历史 ======== -* **V1.1.0** +* **V1.1.1** + + **更新时间**:2024年4月12日 + **更新内容**: + + - 无算子更新。 + + +* **V1.1.0** **更新时间**:2024年3月28日 **更新内容**: @@ -12,7 +20,6 @@ + :ref:`adam_w` + :ref:`exec_fft` - * **V1.0.0** **更新时间**:2024年2月6日 diff --git a/installer/centos7.5/SPECS/mluops-independent.spec b/installer/centos7.5/SPECS/mluops-independent.spec index 4e6160dee..df0e30a53 100644 --- a/installer/centos7.5/SPECS/mluops-independent.spec +++ b/installer/centos7.5/SPECS/mluops-independent.spec @@ -5,7 +5,7 @@ Name: mluops Summary: The Machine Lerning Unit OPerators -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} License: Cambricon Release License Vendor: Cambricon Inc. @@ -65,6 +65,8 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/ %postun -p /sbin/ldconfig %changelog +* Thu Apr 12 2024 Cambricon Software Team +- release mluops v1.1.1 * Thu Mar 28 2024 Cambricon Software Team - release mluops v1.1.0 * Tue Feb 6 2024 Cambricon Software Team diff --git a/installer/independent/debian/changelog b/installer/independent/debian/changelog index 458f08e3e..e489239df 100644 --- a/installer/independent/debian/changelog +++ b/installer/independent/debian/changelog @@ -1,3 +1,7 @@ +mluops (1.1.1-1.ubuntu16.04) xenial; urgency=medium + + * Release mluops v1.1.1 + mluops (1.1.0-1.ubuntu16.04) xenial; urgency=medium * Release mluops v1.1.0 diff --git a/mlu_op.h b/mlu_op.h index 0e64d0f5a..91c4d9887 100644 --- a/mlu_op.h +++ b/mlu_op.h @@ -29,7 +29,7 @@ #define MLUOP_MAJOR 1 #define MLUOP_MINOR 1 -#define MLUOP_PATCHLEVEL 0 +#define MLUOP_PATCHLEVEL 1 /********************************************************************************* * MLUOP_VERSION is deprecated and not recommended. To get the version of MLUOP, use