Skip to content

Commit

Permalink
[Docs](mlu-ops): Update docs for v1.2.1 (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
duzekunKTH authored Jun 28, 2024
1 parent 6f9e83b commit 5d83b69
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 7 deletions.
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 : [1.2.0]
mlu_ops_version : [1.2.1]
cntoolkit_version : [3.8.4]
cnnl_version: [1.23.2]
runs-on: ${{matrix.runner}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mluops_all_system_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
runner: [mlu370-m8]
mlu_ops_version : [1.2.0]
mlu_ops_version : [1.2.1]
cntoolkit_version : [3.8.4]
cnnl_version: [1.23.2]
os: [ubuntu20.04, centos7, centos8, kylin10]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mluops_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
runner: [mlu370-m8]
mlu_ops_version : [v1.2.0]
mlu_ops_version : [v1.2.1]
runs-on: [yellow]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MLU-OPS™提供了以下功能:
## 依赖条件

- 操作系统:
- 支持 x86_64 架构下的 Ubuntu20.04、Centos7.6、Centos8.5、Kylin10
- 支持 x86_64 架构下的 Ubuntu20.04、Centos7.6、Centos8.5、KylinV10
- MLU-OPS v1.0.0版本后将不再支持 Ubuntu18.04。Ubuntu22.04系统将在后续的版本提供支持。
- 寒武纪 MLU SDK:
- 编译和运行时依赖 CNToolkit v3.8.4 或更高版本,CNNL v1.23.2 或者更高版本
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": "1.2.0-1",
"version": "1.2.1-1",
"python": "3.6.0",
"build_requires": {"cntoolkit": ["release","3.8.4-1"],
"cnnl":["release","1.23.2-1"],
Expand Down
9 changes: 9 additions & 0 deletions docs/api_guide/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Update History

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

* V1.2.1

**Date:** June 28, 2024

**Changes:**

- None.


* V1.2.0

**Date:** May 27, 2024
Expand Down
19 changes: 19 additions & 0 deletions docs/release_notes/mlu_ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,25 @@ Cambricon MLU-OPS具有以下特点:
| Cambricon MLU-OPS v1.0.z | x86_64 | MLU370 |
+-----------------------------+------------------------+--------------------------------+

v1.2.1
-----------------

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

- 无新增特性。

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

- 无。

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

- 无。


v1.2.0
-----------------

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

* **V1.2.1**

**更新时间**:2024年6月28日

**更新内容**:

- 无算子更新。

* **V1.2.0**

**更新时间**:2024年5月27日
Expand All @@ -9,7 +17,6 @@

- 无算子更新。


* **V1.1.1**

**更新时间**:2024年4月12日
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 @@ -65,6 +65,8 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
%postun -p /sbin/ldconfig

%changelog
* Thu Jun 28 2024 Cambricon Software Team <[email protected]>
- release mluops v1.2.1
* Thu May 27 2024 Cambricon Software Team <[email protected]>
- release mluops v1.2.0
* Thu Apr 12 2024 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 (1.2.1-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v1.2.1

-- Cambricon <[email protected]> Mon, 28 Jun 2024 00:00:00 +0100

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

* Release mluops v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion mlu_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#define MLUOP_MAJOR 1
#define MLUOP_MINOR 2
#define MLUOP_PATCHLEVEL 0
#define MLUOP_PATCHLEVEL 1

/*********************************************************************************
* MLUOP_VERSION is deprecated and not recommended. To get the version of MLUOP, use
Expand Down

0 comments on commit 5d83b69

Please sign in to comment.