Skip to content

Commit 6834d0d

Browse files
authored
[Docs](mlu-ops): Update v1.10.0 docs (Cambricon#1301)
1 parent 33482d3 commit 6834d0d

5 files changed

Lines changed: 43 additions & 3 deletions

File tree

build.property

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"],

docs/api_guide/update.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Update History
33

44
This 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

docs/release_notes/mlu_ops.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
100124
v1.9.1
101125
-----------------
102126

docs/user_guide/2_update_history/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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日

mlu_op.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
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.

0 commit comments

Comments
 (0)