From b70a9b9e22cac345f38e38b5b41f984552a1e70a Mon Sep 17 00:00:00 2001 From: Chengwei Dong Date: Tue, 22 Oct 2024 11:19:24 +0800 Subject: [PATCH] [Docs](mlu-ops): Update v1.3.2 docs. (#1124) Co-authored-by: dongchengwei --- .github/workflows/daily.yaml | 2 +- .github/workflows/mluops_ci.yaml | 2 +- build.property | 2 +- docs/api_guide/update.rst | 10 +++++++ docs/release_notes/mlu_ops.rst | 26 +++++++++++++++++++ docs/user_guide/2_update_history/index.rst | 9 +++++++ .../centos7.5/SPECS/mluops-independent.spec | 4 ++- installer/independent/debian/changelog | 6 +++++ mlu_op.h | 2 +- 9 files changed, 58 insertions(+), 5 deletions(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index d78bb0d66..1c706d707 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.3.1] + mlu_ops_version : [1.3.2] cntoolkit_version : [3.14.0] cnnl_version: [1.26.6] runs-on: ${{matrix.runner}} diff --git a/.github/workflows/mluops_ci.yaml b/.github/workflows/mluops_ci.yaml index 09cd46549..34eeb0278 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.3.1] + mlu_ops_version : [v1.3.2] runs-on: [yellow] steps: - uses: actions/checkout@v3 diff --git a/build.property b/build.property index 8ffebbafc..b94c2ff54 100644 --- a/build.property +++ b/build.property @@ -1,5 +1,5 @@ { - "version": "1.3.1-1", + "version": "1.3.2-1", "python": "3.6.0", "build_requires": {"cntoolkit": ["release","3.15.2-1"], "cnnl":["release","1.27.4-1"], diff --git a/docs/api_guide/update.rst b/docs/api_guide/update.rst index e7b8fc4bb..f9a802344 100755 --- a/docs/api_guide/update.rst +++ b/docs/api_guide/update.rst @@ -3,6 +3,16 @@ Update History This section lists contents that were made for each product release. +* V1.3.2 + + **Date:** October 21, 2024 + + **Changes:** + + - ``exec_fft`` + + - optimize performance. + * V1.3.1 diff --git a/docs/release_notes/mlu_ops.rst b/docs/release_notes/mlu_ops.rst index 8cc1d941a..148bc496c 100644 --- a/docs/release_notes/mlu_ops.rst +++ b/docs/release_notes/mlu_ops.rst @@ -57,6 +57,32 @@ Cambricon MLU-OPS具有以下特点: | Cambricon MLU-OPS v1.0.z | x86_64 | MLU370 | +-----------------------------+------------------------+--------------------------------+ + +v1.3.2 +----------------- + +特性变更 +~~~~~~~~~~~~~~~~~~~~~ + +- 无新增特性。 + +已修复问题 +~~~~~~~~~~~~~~~~~~~~~ + +- 修复以下问题。 + + * ``exec_fft`` + + + 提升性能。 + +已知遗留问题 +~~~~~~~~~~~~~~~~~~~~~ + +- ``exec_fft`` + + * 在覆盖率模式下特定测例偶现精度异常。 + * 特定规模下存在精度问题。 + v1.3.1 ----------------- diff --git a/docs/user_guide/2_update_history/index.rst b/docs/user_guide/2_update_history/index.rst index c03622104..6fdc7f8d1 100644 --- a/docs/user_guide/2_update_history/index.rst +++ b/docs/user_guide/2_update_history/index.rst @@ -1,6 +1,15 @@ 更新历史 ======== +* **V1.3.2** + + **更新时间**:2024年10月21日 + + **更新内容**: + + - 无算子更新。 + + * **V1.3.1** **更新时间**:2024年10月10日 diff --git a/installer/centos7.5/SPECS/mluops-independent.spec b/installer/centos7.5/SPECS/mluops-independent.spec index fde0c2374..5fa7f6c22 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.3.1 +Version: 1.3.2 Release: 1%{?dist} License: Cambricon Release License Vendor: Cambricon Inc. @@ -64,6 +64,8 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/ %postun -p /sbin/ldconfig %changelog +* Mon Oct 21 2024 Cambricon Software Team +- release mluops v1.3.2 * Thu Oct 10 2024 Cambricon Software Team - release mluops v1.3.1 * Fri Sep 6 2024 Cambricon Software Team diff --git a/installer/independent/debian/changelog b/installer/independent/debian/changelog index c4adf43cf..c60f12f48 100644 --- a/installer/independent/debian/changelog +++ b/installer/independent/debian/changelog @@ -1,3 +1,9 @@ +mluops (1.3.2-1.ubuntu16.04) xenial; urgency=medium + + * Release mluops v1.3.2 + + -- Cambricon Mon, 21 Oct 2024 00:00:00 +0100 + mluops (1.3.1-1.ubuntu16.04) xenial; urgency=medium * Release mluops v1.3.1 diff --git a/mlu_op.h b/mlu_op.h index e3c2e4754..248a7dcc8 100644 --- a/mlu_op.h +++ b/mlu_op.h @@ -29,7 +29,7 @@ #define MLUOP_MAJOR 1 #define MLUOP_MINOR 3 -#define MLUOP_PATCHLEVEL 1 +#define MLUOP_PATCHLEVEL 2 /********************************************************************************* * MLUOP_VERSION is deprecated and not recommended. To get the version of MLUOP, use