Skip to content

Commit

Permalink
[Doc](mlu-ops): update release note (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrelYy authored Apr 15, 2024
1 parent b60d07f commit a68d1ed
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 8 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.1.0]
mlu_ops_version : [1.1.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.1.0]
mlu_ops_version : [1.1.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.1.0]
mlu_ops_version : [v1.1.1]
runs-on: [yellow]
steps:
- uses: actions/checkout@v3
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.1.0-1",
"version": "1.1.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.1.1

**Date:** April 12, 2024

**Changes:**

- None.


* V1.1.0

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

v1.1.1
-----------------

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

- 无新增特性。

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

- 修复以下问题:

* 修复性能分析工具处理同名测试用例时引入的功能问题。
* 修复算子 mluOpAdamW 未分配任务类型引入的算子功能问题。

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

- 无。


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

* **V1.1.0**
* **V1.1.1**

**更新时间**:2024年4月12日

**更新内容**:

- 无算子更新。


* **V1.1.0**
**更新时间**:2024年3月28日

**更新内容**:
Expand All @@ -12,7 +20,6 @@
+ :ref:`adam_w`
+ :ref:`exec_fft`


* **V1.0.0**

**更新时间**:2024年2月6日
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: 1.1.0
Version: 1.1.1
Release: 1%{?dist}
License: Cambricon Release License
Vendor: Cambricon Inc.
Expand Down 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 Apr 12 2024 Cambricon Software Team <[email protected]>
- release mluops v1.1.1
* Thu Mar 28 2024 Cambricon Software Team <[email protected]>
- release mluops v1.1.0
* Tue Feb 6 2024 Cambricon Software Team <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions installer/independent/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mluops (1.1.1-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v1.1.1

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

* Release mluops v1.1.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 1
#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 a68d1ed

Please sign in to comment.