Skip to content

Commit

Permalink
[Docs](bangc-ops): upgrade release-note-v0.4.2 (Cambricon#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrelYy authored Mar 7, 2023
1 parent 5a078c8 commit b54b58a
Show file tree
Hide file tree
Showing 9 changed files with 102 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ MLU-OPS 旨在通过提供示例代码,供开发者参考使用,可用于开

- 操作系统:
- 支持 x86_64 下 Ubuntu18.04、Ubuntu20.04、Centos7.6、Centos8.5;
- 支持 AArch64 下 KylinV10。
- 寒武纪 MLU SDK:
- 编译和运行时依赖 CNToolkit v3.1.2 或更高版本。
- 编译和运行时依赖 CNToolkit v3.3.1 或更高版本。
- 寒武纪 MLU 驱动:
- 运行时依赖驱动 v4.20.11 或更高版本。
- 外部链接库:
Expand Down
11 changes: 11 additions & 0 deletions docs/bangc-docs/api_guide/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ This section lists contents that were made for each product release.
- transpose
- unique

* V0.4.2

**Date:** March 6, 2023

**Changes:**

- Added the following new operations:

- box_iou_rotated
- nms_rotated

* V0.4.1

**Date:** December 20, 2022
Expand Down
29 changes: 26 additions & 3 deletions docs/bangc-docs/release_notes/bangc_ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
+============================+=============================+
| Cambricon BANGC OPS v0.5.z | CNToolkit >= v3.3.0 |
+----------------------------+-----------------------------+
| Cambricon BANGC OPS v0.4.z | CNToolkit >= v3.2.0 |
| Cambricon BANGC OPS v0.4.z | CNToolkit = v3.0.2 |
+----------------------------+-----------------------------+
| Cambricon BANGC OPS v0.3.z | CNToolkit >= v3.1.2 |
+----------------------------+-----------------------------+
Expand All @@ -42,7 +42,7 @@
+============================+========================+================================+
| Cambricon BANGC OPS v0.5.z | x86_64 | MLU370、MLU590 |
+----------------------------+------------------------+--------------------------------+
| Cambricon BANGC OPS v0.4.z | x86_64 | MLU290、MLU370、MLU590 |
| Cambricon BANGC OPS v0.4.z | x86_64 | MLU290、MLU370 |
+----------------------------+------------------------+--------------------------------+
| Cambricon BANGC OPS v0.3.z | x86_64 | MLU270、MLU290、MLU370 |
| +------------------------+--------------------------------+
Expand Down Expand Up @@ -124,6 +124,30 @@ v0.5.0



v0.4.2
-----------------

特性变更
~~~~~~~~~~~~~~~~~~~~~~

- 新增支持以下算子:

* ``box_iou_rotated``

* ``nms_rotated``


已修复问题
~~~~~~~~~~~~~~~~~~~~~~

无。

已知遗留问题
~~~~~~~~~~~~~~~~~~~~~~

无。


v0.4.1
-----------------

Expand Down Expand Up @@ -151,7 +175,6 @@ v0.4.0
~~~~~~~~~~~~~~~~~~~~~~

- 编译支持板卡、算子可选。
- 支持MLU590。
- 支持MLU算子性能比对功能。
- 新增支持以下算子:

Expand Down
10 changes: 10 additions & 0 deletions docs/bangc-docs/user_guide/2_update_history/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
+ :ref:`transpose`
+ :ref:`unique`

* **V0.4.2**

**更新时间**:2023年03月6日

**更新内容**:

- 新增以下算子章节内容:
+ :ref:`box_iou_rotated`
+ :ref:`nms_rotated`

* **V0.4.1**

**更新时间**:2022年12月19日
Expand Down
2 changes: 1 addition & 1 deletion docs/bangc-docs/user_guide/3_overview/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Cambricon BANGC OPS具有以下特点:
* VoxelPoolingForward
* Voxelization
* YoloBox

* NmsRotated


- 设计过程中充分考虑易用性,以通用为基本设计原则,算子支持不同的数据布局、灵活的维度限制以及多样的数据类型。
Expand Down
2 changes: 2 additions & 0 deletions installer/centos7.5/SPECS/mluops-independent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
%changelog
* Mon Feb 20 2023 Cambricon Software Team <[email protected]>
- release mluops v0.5.0
* Mon Mar 6 2023 Cambricon Software Team <[email protected]>
- release mluops v0.4.2
* Mon Dec 19 2022 Cambricon Software Team <[email protected]>
- release mluops v0.4.1
* Mon Dec 12 2022 Cambricon Software Team <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions installer/centos7.5/SPECS/mluops.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
%changelog
* Mon Feb 20 2023 Cambricon Software Team <[email protected]>
- release mluops v0.5.0
* Mon Mar 6 2023 Cambricon Software Team <[email protected]>
- release mluops v0.4.2
* Mon Dec 19 2022 Cambricon Software Team <[email protected]>
- release mluops v0.4.1
* Mon Dec 12 2022 Cambricon Software Team <[email protected]>
- release mluops v0.4.0
* Fri Oct 14 2022 Cambricon Software Team <[email protected]>
Expand Down
8 changes: 7 additions & 1 deletion installer/independent/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ mluops (0.5.0-1.ubuntu16.04) xenial; urgency=medium

-- Cambricon <[email protected]> Mon, 19 Dec 2023 00:00:00 +0100

mluops (0.4.1-1.ubuntu16.04) xenial; urgency=medium
mluops (0.4.2-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.4.2

-- Cambricon <[email protected]> Mon, 6 Mar 2023 00:00:00 +0100

mluops (0.4.1-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.4.1

Expand Down
40 changes: 40 additions & 0 deletions installer/ubuntu16.04/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
mluops (0.5.0-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.5.0

-- Cambricon <[email protected]> Mon, 19 Dec 2023 00:00:00 +0100

mluops (0.4.2-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.4.2

-- Cambricon <[email protected]> Mon, 6 Mar 2023 00:00:00 +0100

mluops (0.4.1-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.4.1

-- Cambricon <[email protected]> Mon, 19 Dec 2022 00:00:00 +0100

mluops (0.4.0-1.ubuntu16.04) xenial; urgency=medium0.4.1
* Release mluops v0.4.0

-- Cambricon <[email protected]> Mon, 12 Dec 2022 00:00:00 +0100

mluops (0.3.0-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.3.0

-- Cambricon <[email protected]> Fri, 14 Oct 2022 00:00:00 +0100

mluops (0.2.0-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.2.0

-- Cambricon <[email protected]> Thu, 22 Sep 2022 00:00:00 +0100

mluops (0.1.1-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.1.1

-- Cambricon <[email protected]> Wed, 31 Aug 2022 00:00:00 +0100

0 comments on commit b54b58a

Please sign in to comment.