Skip to content

Commit

Permalink
[Docs](bangc-ops): update docs for v0.7.1 (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
duzekunKTH authored Jun 15, 2023
1 parent ae80e2d commit f6dc5cd
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bangc_all_system_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
runner: [mlu370-m8]
mlu_ops_version : [v0.7.0]
mlu_ops_version : [v0.7.1]
cntoolkit_version : [cntoolkit3.5.0]
os: [ubuntu18.04, ubuntu20.04, centos7, centos8, kylin10]
runs-on: ${{matrix.runner}}
Expand All @@ -39,7 +39,7 @@ jobs:
- name: mlu_ops_version_check
run: >
docker run --rm -v $(pwd):/work -w /work docker-user.extrotec.com:30080/mlu-ops/mluops_ci:${{matrix.mlu_ops_version}}-devel-x86_64-${{matrix.os}}-${{matrix.cntoolkit_version}}
bash version_check.sh 0.7.0
bash version_check.sh 0.7.1
- name: bangc_ops_release_test_cases
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bangc_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
runner: [mlu370-m8]
mlu_ops_version : [v0.7.0]
mlu_ops_version : [v0.7.1]
cntoolkit_version : [cntoolkit3.5.0]
runs-on: ${{matrix.runner}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
runner: [mlu370-m8]
mlu_ops_version : [v0.7.0]
mlu_ops_version : [v0.7.1]
cntoolkit_version : [cntoolkit3.5.0]
runs-on: ${{matrix.runner}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MLU-OPS 旨在通过提供示例代码,供开发者参考使用,可用于开
- 寒武纪 MLU SDK:
- 编译和运行时依赖 CNToolkit v3.5.0 或更高版本。
- 寒武纪 MLU 驱动:
- 运行时依赖驱动 v4.20.11 或更高版本。
- 运行时依赖驱动 v5.10.12 或更高版本。
- 外部链接库:
- libxml2-dev、libprotobuf-dev<=3.8.0、protobuf-compiler<=3.8.0、llvm-6.0-dev
- Python环境:
Expand Down
2 changes: 1 addition & 1 deletion bangc-ops/mlu_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#define MLUOP_MAJOR 0
#define MLUOP_MINOR 7
#define MLUOP_PATCHLEVEL 0
#define MLUOP_PATCHLEVEL 1

#define MLUOP_DIM_MAX 8

Expand Down
2 changes: 1 addition & 1 deletion build.property
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0-1",
"version": "0.7.1-1",
"build_requires": {"cntoolkit": ["release","3.5.0-1"]},
"package_type": ["rpm","deb"]
}
8 changes: 8 additions & 0 deletions docs/bangc-docs/api_guide/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Update History

This section lists contents that were made for each product release.

* V0.7.1

**Date:** June 16, 2023

**Changes:**

- None.

* V0.7.0

**Date:** June 2, 2023
Expand Down
18 changes: 18 additions & 0 deletions docs/bangc-docs/release_notes/bangc_ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ Cambricon BANG C OPS具有以下特点:



v0.7.1
-----------------

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

- 无新增特性。

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

修复 v0.7.0 中潜在的编译缺陷。

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

无。

v0.7.0
-----------------

Expand Down
9 changes: 9 additions & 0 deletions docs/bangc-docs/user_guide/2_update_history/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
更新历史
========

* **V0.7.1**

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

**更新内容**:

- 无算子更新。

* **V0.7.0**

**更新时间**:2023年6月2日
Expand Down
4 changes: 3 additions & 1 deletion installer/centos7.5/SPECS/mluops-independent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name: mluops
Summary: The Machine Lerning Unit OPerators
Version: 0.7.0
Version: 0.7.1
Release: 1%{?dist}
License: Cambricon Release License
Vendor: Cambricon Inc.
Expand Down Expand Up @@ -75,6 +75,8 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
%postun -p /sbin/ldconfig

%changelog
* Tue Jun 16 2023 Cambricon Software Team <[email protected]>
- release mluops v0.7.1
* Tue Jun 02 2023 Cambricon Software Team <[email protected]>
- release mluops v0.7.0
* Tue Apr 14 2023 Cambricon Software Team <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion installer/centos7.5/SPECS/mluops.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name: mluops
Summary: The Machine Lerning Unit OPerators
Version: 0.7.0
Version: 0.7.1
Release: 1%{?dist}
License: Cambricon Release License
Vendor: Cambricon Inc.
Expand Down Expand Up @@ -75,6 +75,8 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
%postun -p /sbin/ldconfig

%changelog
* Tue Jun 16 2023 Cambricon Software Team <[email protected]>
- release mluops v0.7.1
* Tue Jun 02 2023 Cambricon Software Team <[email protected]>
- release mluops v0.7.0
* Tue Apr 14 2023 Cambricon Software Team <[email protected]>
Expand Down
6 changes: 6 additions & 0 deletions installer/independent/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mluops (0.7.1-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.7.1

-- Cambricon <[email protected]> Fri, 16 Jun 2023 00:00:00 +0100

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

* Release mluops v0.7.0
Expand Down

0 comments on commit f6dc5cd

Please sign in to comment.