diff --git a/build.property b/build.property index 5da57d74c..c701d6be8 100644 --- a/build.property +++ b/build.property @@ -1,5 +1,5 @@ { - "version": "1.9.1-1", + "version": "1.10.0-1", "python": "3.6.0", "build_requires": {"cntoolkit": ["release","4.5.3-1"], "cnnl":["release","2.2.1-1"], diff --git a/docs/api_guide/update.rst b/docs/api_guide/update.rst index 5b2c468b8..be2986e46 100755 --- a/docs/api_guide/update.rst +++ b/docs/api_guide/update.rst @@ -3,6 +3,14 @@ Update History This section lists contents that were made for each product release. +* V1.10.0 + + **Date:** Feb 13, 2026 + + **Changes:** + + - None. + * V1.9.1 **Date:** Dec 25, 2025 diff --git a/docs/release_notes/mlu_ops.rst b/docs/release_notes/mlu_ops.rst index 6195436bf..ee0afa204 100644 --- a/docs/release_notes/mlu_ops.rst +++ b/docs/release_notes/mlu_ops.rst @@ -20,6 +20,10 @@ Cambricon MLU-OPS具有以下特点: +-----------------------------+-----------------------------+ | Cambricon MLU-OPS 版本 | 依赖组件版本 | +=============================+=============================+ + | Cambricon MLU-OPS v1.10.z | CNToolkit >= v4.5.3 | + | +-----------------------------+ + | | CNNL >= v2.2.1 | + +-----------------------------+-----------------------------+ | Cambricon MLU-OPS v1.9.z | CNToolkit >= v4.5.1 | | +-----------------------------+ | | CNNL >= v2.2.0 | @@ -76,6 +80,8 @@ Cambricon MLU-OPS具有以下特点: +-----------------------------+------------------------+--------------------------------+ | Cambricon MLU-OPS 版本 | 支持的CPU架构 | 支持的MLU架构 | +=============================+========================+================================+ + | Cambricon MLU-OPS v1.10.z | x86_64 | compute_50 | + +-----------------------------+------------------------+--------------------------------+ | Cambricon MLU-OPS v1.9.z | x86_64 | compute_50 | +-----------------------------+------------------------+--------------------------------+ | Cambricon MLU-OPS v1.8.z | x86_64 | compute_50 | @@ -97,6 +103,24 @@ Cambricon MLU-OPS具有以下特点: | Cambricon MLU-OPS v1.0.z | x86_64 | compute_50 | +-----------------------------+------------------------+--------------------------------+ +v1.10.0 +----------------- + +特性变更 +~~~~~~~~~~~~~~~~~~~~ + +- 无。 + +已修复问题 +~~~~~~~~~~~~~~~~~~~~ + +- 无。 + +已知遗留问题 +~~~~~~~~~~~~~~~~~~~~ + +- 无。 + v1.9.1 ----------------- diff --git a/docs/user_guide/2_update_history/index.rst b/docs/user_guide/2_update_history/index.rst index 146320b76..f23fbecf1 100644 --- a/docs/user_guide/2_update_history/index.rst +++ b/docs/user_guide/2_update_history/index.rst @@ -1,6 +1,14 @@ 更新历史 ======== +* **V1.10.0** + + **更新时间**:2026年2月13日 + + **更新内容**: + + - 无算子更新。 + * **V1.9.1** **更新时间**:2025年12月25日 diff --git a/mlu_op.h b/mlu_op.h index 8aa63d099..1c6a292f1 100644 --- a/mlu_op.h +++ b/mlu_op.h @@ -28,8 +28,8 @@ ******************************************************************************/ #define MLUOP_MAJOR 1 -#define MLUOP_MINOR 9 -#define MLUOP_PATCHLEVEL 1 +#define MLUOP_MINOR 10 +#define MLUOP_PATCHLEVEL 0 /********************************************************************************* * MLUOP_VERSION is deprecated and not recommended. To get the version of MLUOP, use * MLUOP_MAJOR, MLUOP_MINOR and MLUOP_PATCHLEVEL.