File tree Expand file tree Collapse file tree
user_guide/2_update_history Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "version": "1.9.1 -1",
2+ "version": "1.10.0 -1",
33 "python": "3.6.0",
44 "build_requires": {"cntoolkit": ["release","4.5.3-1"],
55 "cnnl":["release","2.2.1-1"],
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Update History
33
44This section lists contents that were made for each product release.
55
6+ * V1.10.0
7+
8+ **Date: ** Feb 13, 2026
9+
10+ **Changes: **
11+
12+ - None.
13+
614* V1.9.1
715
816 **Date: ** Dec 25, 2025
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Cambricon MLU-OPS具有以下特点:
2020 +-----------------------------+-----------------------------+
2121 | Cambricon MLU-OPS 版本 | 依赖组件版本 |
2222 +=============================+=============================+
23+ | Cambricon MLU-OPS v1.10.z | CNToolkit >= v4.5.3 |
24+ | +-----------------------------+
25+ | | CNNL >= v2.2.1 |
26+ +-----------------------------+-----------------------------+
2327 | Cambricon MLU-OPS v1.9.z | CNToolkit >= v4.5.1 |
2428 | +-----------------------------+
2529 | | CNNL >= v2.2.0 |
@@ -76,6 +80,8 @@ Cambricon MLU-OPS具有以下特点:
7680 +-----------------------------+------------------------+--------------------------------+
7781 | Cambricon MLU-OPS 版本 | 支持的CPU架构 | 支持的MLU架构 |
7882 +=============================+========================+================================+
83+ | Cambricon MLU-OPS v1.10.z | x86_64 | compute_50 |
84+ +-----------------------------+------------------------+--------------------------------+
7985 | Cambricon MLU-OPS v1.9.z | x86_64 | compute_50 |
8086 +-----------------------------+------------------------+--------------------------------+
8187 | Cambricon MLU-OPS v1.8.z | x86_64 | compute_50 |
@@ -97,6 +103,24 @@ Cambricon MLU-OPS具有以下特点:
97103 | Cambricon MLU-OPS v1.0.z | x86_64 | compute_50 |
98104 +-----------------------------+------------------------+--------------------------------+
99105
106+ v1.10.0
107+ -----------------
108+
109+ 特性变更
110+ ~~~~~~~~~~~~~~~~~~~~
111+
112+ - 无。
113+
114+ 已修复问题
115+ ~~~~~~~~~~~~~~~~~~~~
116+
117+ - 无。
118+
119+ 已知遗留问题
120+ ~~~~~~~~~~~~~~~~~~~~
121+
122+ - 无。
123+
100124v1.9.1
101125-----------------
102126
Original file line number Diff line number Diff line change 11更新历史
22========
33
4+ * **V1.10.0 **
5+
6+ **更新时间 **:2026年2月13日
7+
8+ **更新内容 **:
9+
10+ - 无算子更新。
11+
412* **V1.9.1 **
513
614 **更新时间 **:2025年12月25日
Original file line number Diff line number Diff line change 2828 ******************************************************************************/
2929
3030#define MLUOP_MAJOR 1
31- #define MLUOP_MINOR 9
32- #define MLUOP_PATCHLEVEL 1
31+ #define MLUOP_MINOR 10
32+ #define MLUOP_PATCHLEVEL 0
3333/*********************************************************************************
3434 * MLUOP_VERSION is deprecated and not recommended. To get the version of MLUOP, use
3535 * MLUOP_MAJOR, MLUOP_MINOR and MLUOP_PATCHLEVEL.
You can’t perform that action at this time.
0 commit comments