From 5d83b698860cadb2854542e711e20afbd0794cc8 Mon Sep 17 00:00:00 2001 From: duzekun Date: Fri, 28 Jun 2024 18:35:43 +0800 Subject: [PATCH] [Docs](mlu-ops): Update docs for v1.2.1 (#1054) --- .github/workflows/daily.yaml | 2 +- .github/workflows/mluops_all_system_ci.yaml | 2 +- .github/workflows/mluops_ci.yaml | 2 +- README.md | 2 +- build.property | 2 +- docs/api_guide/update.rst | 9 +++++++++ docs/release_notes/mlu_ops.rst | 19 +++++++++++++++++++ docs/user_guide/2_update_history/index.rst | 9 ++++++++- .../centos7.5/SPECS/mluops-independent.spec | 2 ++ installer/independent/debian/changelog | 6 ++++++ mlu_op.h | 2 +- 11 files changed, 50 insertions(+), 7 deletions(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index e98dd2da6..4ea3769f9 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.2.0] + mlu_ops_version : [1.2.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 05ad6a32d..7a0abf87c 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.2.0] + mlu_ops_version : [1.2.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 606e50181..b86896bb7 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.2.0] + mlu_ops_version : [v1.2.1] runs-on: [yellow] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index a70adbbe2..edd5b5e59 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ MLU-OPS™提供了以下功能: ## 依赖条件 - 操作系统: - - 支持 x86_64 架构下的 Ubuntu20.04、Centos7.6、Centos8.5、Kylin10 + - 支持 x86_64 架构下的 Ubuntu20.04、Centos7.6、Centos8.5、KylinV10 - MLU-OPS v1.0.0版本后将不再支持 Ubuntu18.04。Ubuntu22.04系统将在后续的版本提供支持。 - 寒武纪 MLU SDK: - 编译和运行时依赖 CNToolkit v3.8.4 或更高版本,CNNL v1.23.2 或者更高版本 diff --git a/build.property b/build.property index 4f63e7c46..3220cfde4 100644 --- a/build.property +++ b/build.property @@ -1,5 +1,5 @@ { - "version": "1.2.0-1", + "version": "1.2.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 aa66f236e..855e8b499 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.2.1 + + **Date:** June 28, 2024 + + **Changes:** + + - None. + + * V1.2.0 **Date:** May 27, 2024 diff --git a/docs/release_notes/mlu_ops.rst b/docs/release_notes/mlu_ops.rst index 350ae0e93..3e8901db6 100644 --- a/docs/release_notes/mlu_ops.rst +++ b/docs/release_notes/mlu_ops.rst @@ -51,6 +51,25 @@ Cambricon MLU-OPS具有以下特点: | Cambricon MLU-OPS v1.0.z | x86_64 | MLU370 | +-----------------------------+------------------------+--------------------------------+ +v1.2.1 +----------------- + +特性变更 +~~~~~~~~~~~~~~~~~~~~~ + +- 无新增特性。 + +已修复问题 +~~~~~~~~~~~~~~~~~~~~~ + +- 无。 + +已知遗留问题 +~~~~~~~~~~~~~~~~~~~~~ + +- 无。 + + v1.2.0 ----------------- diff --git a/docs/user_guide/2_update_history/index.rst b/docs/user_guide/2_update_history/index.rst index b48ccf25e..372c7bb0d 100644 --- a/docs/user_guide/2_update_history/index.rst +++ b/docs/user_guide/2_update_history/index.rst @@ -1,6 +1,14 @@ 更新历史 ======== +* **V1.2.1** + + **更新时间**:2024年6月28日 + + **更新内容**: + + - 无算子更新。 + * **V1.2.0** **更新时间**:2024年5月27日 @@ -9,7 +17,6 @@ - 无算子更新。 - * **V1.1.1** **更新时间**:2024年4月12日 diff --git a/installer/centos7.5/SPECS/mluops-independent.spec b/installer/centos7.5/SPECS/mluops-independent.spec index 508212be4..9cf6bd1d5 100644 --- a/installer/centos7.5/SPECS/mluops-independent.spec +++ b/installer/centos7.5/SPECS/mluops-independent.spec @@ -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 Jun 28 2024 Cambricon Software Team +- release mluops v1.2.1 * Thu May 27 2024 Cambricon Software Team - release mluops v1.2.0 * Thu Apr 12 2024 Cambricon Software Team diff --git a/installer/independent/debian/changelog b/installer/independent/debian/changelog index 13017ab80..d8a6d81cd 100644 --- a/installer/independent/debian/changelog +++ b/installer/independent/debian/changelog @@ -1,3 +1,9 @@ +mluops (1.2.1-1.ubuntu16.04) xenial; urgency=medium + + * Release mluops v1.2.1 + + -- Cambricon Mon, 28 Jun 2024 00:00:00 +0100 + mluops (1.2.0-1.ubuntu16.04) xenial; urgency=medium * Release mluops v1.2.0 diff --git a/mlu_op.h b/mlu_op.h index 5efa44596..d7944c5d9 100644 --- a/mlu_op.h +++ b/mlu_op.h @@ -29,7 +29,7 @@ #define MLUOP_MAJOR 1 #define MLUOP_MINOR 2 -#define MLUOP_PATCHLEVEL 0 +#define MLUOP_PATCHLEVEL 1 /********************************************************************************* * MLUOP_VERSION is deprecated and not recommended. To get the version of MLUOP, use