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.8 .0-1",
2+ "version": "1.9 .0-1",
33 "python": "3.6.0",
44 "build_requires": {"cntoolkit": ["release","4.5.1-1"],
55 "cnnl":["release","2.2.0-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.8.1
7+
8+ **Date: ** Oct 29, 2025
9+
10+ **Changes: **
11+
12+ - None.
13+
614* V1.8.0
715
816 **Date: ** July 16, 2025
@@ -11,6 +19,14 @@ This section lists contents that were made for each product release.
1119
1220 - None.
1321
22+ * V1.7.1
23+
24+ **Date: ** June 20, 2025
25+
26+ **Changes: **
27+
28+ - None.
29+
1430* V1.7.0
1531
1632 **Date: ** May 30, 2025
Original file line number Diff line number Diff line change @@ -91,6 +91,24 @@ Cambricon MLU-OPS具有以下特点:
9191 | Cambricon MLU-OPS v1.0.z | x86_64 | compute_50 |
9292 +-----------------------------+------------------------+--------------------------------+
9393
94+ v1.8.1
95+ -----------------
96+
97+ 特性变更
98+ ~~~~~~~~~~~~~~~~~~~~
99+
100+ - 优化FFT在特定规模下的性能。
101+
102+ 已修复问题
103+ ~~~~~~~~~~~~~~~~~~~~
104+
105+ - 无。
106+
107+ 已知遗留问题
108+ ~~~~~~~~~~~~~~~~~~~~
109+
110+ - 无。
111+
94112v1.8.0
95113-----------------
96114
@@ -109,6 +127,24 @@ v1.8.0
109127
110128- 无。
111129
130+ v1.7.1
131+ -----------------
132+
133+ 特性变更
134+ ~~~~~~~~~~~~~~~~~~~~
135+
136+ - 新增 `ms_deform_attn_backward ` 性能优化。
137+
138+ 已修复问题
139+ ~~~~~~~~~~~~~~~~~~~~
140+
141+ - 修复 `ms_deform_attn_forward ` 算子在输入包含 nan、inf时结果与GPU不一致的问题。
142+
143+ 已知遗留问题
144+ ~~~~~~~~~~~~~~~~~~~~
145+
146+ - 无。
147+
112148v1.7.0
113149-----------------
114150
Original file line number Diff line number Diff line change 11更新历史
22========
33
4+ * **V1.8.1 **
5+
6+ **更新时间 **:2025年10月29日
7+
8+ **更新内容 **:
9+
10+ - 无算子更新。
11+
412* **V1.8.0 **
513
614 **更新时间 **:2025年7月16日
917
1018 - 无算子更新。
1119
20+ * **V1.7.1 **
21+
22+ **更新时间 **:2025年6月20日
23+
24+ **更新内容 **:
25+
26+ - 无算子更新。
27+
1228* **V1.7.0 **
1329
1430 **更新时间 **:2025年5月30日
Original file line number Diff line number Diff line change 2929
3030#define MLUOP_MAJOR 1
3131#define MLUOP_MINOR 8
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