Skip to content

Commit

Permalink
[Docs](bangc-ops): relase-note v0.5.1 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrelYy authored Mar 20, 2023
1 parent 51d633f commit 73648ce
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bangc_all_system_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.5.302
bash version_check.sh 0.5.1
- name: bangc_ops_release_test_cases
run: >
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 5
#define MLUOP_PATCHLEVEL 302
#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.5.302-1",
"version": "0.5.1-1",
"build_requires": {"cntoolkit": ["release","3.3.1-1"]},
"package_type": ["rpm","deb"]
}
4 changes: 2 additions & 2 deletions docs/bangc-docs/api_guide/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Update History

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

* V0.5.302
* V0.5.1

**Date:** March 13, 2023
**Date:** March 20, 2023

**Changes:**

Expand Down
2 changes: 1 addition & 1 deletion docs/bangc-docs/release_notes/bangc_ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
| Cambricon BANGC OPS v0.2.z | x86_64 | MLU270、MLU290、MLU370 |
+----------------------------+------------------------+--------------------------------+

v0.5.302
v0.5.1
-----------------

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

* **V0.5.302**
* **V0.5.1**

**更新时间**:2023年3月13日
**更新时间**:2023年3月20日

**更新内容**:

Expand Down
6 changes: 3 additions & 3 deletions 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.5.302
Version: 0.5.1
Release: 1%{?dist}
License: Cambricon Release License
Vendor: Cambricon Inc.
Expand Down Expand Up @@ -76,8 +76,8 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
%postun -p /sbin/ldconfig

%changelog
* Tue Mar 13 2023 Cambricon Software Team <[email protected]>
- release mluops v0.5.302
* Tue Mar 20 2023 Cambricon Software Team <[email protected]>
- release mluops v0.5.1
* Mon Feb 20 2023 Cambricon Software Team <[email protected]>
- release mluops v0.5.0
* Mon Dec 19 2022 Cambricon Software Team <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions 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.5.302
Version: 0.5.1
Release: 1%{?dist}
License: Cambricon Release License
Vendor: Cambricon Inc.
Expand Down Expand Up @@ -76,8 +76,8 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
%postun -p /sbin/ldconfig

%changelog
* Tue Mar 13 2023 Cambricon Software Team <[email protected]>
- release mluops v0.5.302
* Tue Mar 20 2023 Cambricon Software Team <[email protected]>
- release mluops v0.5.1
* Mon Feb 20 2023 Cambricon Software Team <[email protected]>
- release mluops v0.5.0
* Mon Dec 12 2022 Cambricon Software Team <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions installer/independent/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mluops (0.5.302-1.ubuntu16.04) xenial; urgency=medium
mluops (0.5.1-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v0.5.302
* Release mluops v0.5.1

-- Cambricon <[email protected]> Tue, 13 Mar 2023 00:00:00 +0100
-- Cambricon <[email protected]> Tue, 20 Mar 2023 00:00:00 +0100

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

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

* Release mluops v0.5.302
* Release mluops v0.5.1

-- Cambricon <[email protected]> Tue, 13 Mar 2023 00:00:00 +0100
-- Cambricon <[email protected]> Tue, 20 Mar 2023 00:00:00 +0100

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

Expand Down

0 comments on commit 73648ce

Please sign in to comment.