Skip to content

Commit 6f979ab

Browse files
committed
[Docs](mlu-ops): Update 1.11.1 docs
1 parent 8d6b436 commit 6f979ab

5 files changed

Lines changed: 36 additions & 2 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.11.0-1",
2+
"version": "1.11.1-1",
33
"python": "3.6.0",
44
"build_requires": {"cntoolkit": ["release","4.6.2-1"],
55
"cnnl":["release","2.2.6-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.11.1
7+
8+
**Date:** Apr 23, 2026
9+
10+
**Changes:**
11+
12+
- None.
13+
614
* V1.11.0
715

816
**Date:** Apr 9, 2026

docs/release_notes/mlu_ops.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,24 @@ Cambricon MLU-OPS具有以下特点:
109109
| Cambricon MLU-OPS v1.0.z | x86_64 | compute_50 |
110110
+-----------------------------+------------------------+--------------------------------+
111111

112+
v1.11.1
113+
-----------------
114+
115+
特性变更
116+
~~~~~~~~~~~~~~~~~~~~
117+
118+
- 无。
119+
120+
已修复问题
121+
~~~~~~~~~~~~~~~~~~~~
122+
123+
- 无。
124+
125+
已知遗留问题
126+
~~~~~~~~~~~~~~~~~~~~
127+
128+
- 内部使用了 thread_local,在频繁调用 dlopen/dlclose 的场景下会导致相关变量的内存泄漏,此为 glibc 的一个已知问题。
129+
112130
v1.11.0
113131
-----------------
114132

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.11.1**
5+
6+
**更新时间**:2026年4月23日
7+
8+
**更新内容**:
9+
10+
- 无算子更新。
11+
412
* **V1.11.0**
513

614
**更新时间**:2026年4月9日

mlu_op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#define MLUOP_MAJOR 1
3131
#define MLUOP_MINOR 11
32-
#define MLUOP_PATCHLEVEL 0
32+
#define MLUOP_PATCHLEVEL 1
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)