Skip to content

Commit 58122e2

Browse files
committed
[Docs](mlu-ops): Update 1.7.1 & 1.8.1 docs
1 parent 8ce677c commit 58122e2

5 files changed

Lines changed: 70 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.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"],

docs/api_guide/update.rst

Lines changed: 16 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.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

docs/release_notes/mlu_ops.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
94112
v1.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+
112148
v1.7.0
113149
-----------------
114150

docs/user_guide/2_update_history/index.rst

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

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 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.

0 commit comments

Comments
 (0)