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.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"],
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.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
Original file line number Diff line number Diff 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+
112130v1.11.0
113131-----------------
114132
Original file line number Diff line number Diff line change 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日
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments