Skip to content

[Docs](mlu-ops): Update mlu-ops docs version to v1.5.2 #1218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .github/workflows/daily.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/mluops_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ on:

jobs:
test:
strategy:
matrix:
runner: [mlu370-m8]
mlu_ops_version : [v1.5.0]
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.5.0-1",
"version": "1.5.2-1",
"python": "3.6.0",
"build_requires": {"cntoolkit": ["release","4.0.0-1"],
"cnnl":["release","1.28.0-1"],
Expand Down
16 changes: 16 additions & 0 deletions docs/api_guide/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Update History

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

* V1.5.2

**Date:** March 4, 2025

**Changes:**

- None.

* V1.5.1

**Date:** February 17, 2025

**Changes:**

- None.

* V1.5.0

**Date:** February 5, 2025
Expand Down
18 changes: 18 additions & 0 deletions docs/release_notes/mlu_ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,24 @@ Cambricon MLU-OPS具有以下特点:
| Cambricon MLU-OPS v1.0.z | x86_64 | MLU370 |
+-----------------------------+------------------------+--------------------------------+

v1.5.2
-----------------

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

- 无。

v1.5.1
-----------------

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

- 新增以下特性:

* 更新CNNL版本到v2.0.0并替换和移除废弃的CNNL接口调用。


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

* **V1.5.2**

**更新时间**:2025年3月4日

**更新内容**:

- 无算子更新。

* **V1.5.1**

**更新时间**:2025年2月17日

**更新内容**:

- 无算子更新。

* **V1.5.0**
**更新时间**:2025年2月5日

Expand Down
6 changes: 5 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.5.0
Version: 1.5.2
Release: 1%{?dist}
License: Cambricon Release License
Vendor: Cambricon Inc.
Expand Down Expand Up @@ -64,6 +64,10 @@ cp $RPM_SOURCE_DIR/neuware-env.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
%postun -p /sbin/ldconfig

%changelog
* Mon Mar 4 2025 Cambricon Software Team <[email protected]>
- release mluops v1.5.2
* Mon Feb 17 2025 Cambricon Software Team <[email protected]>
- release mluops v1.5.1
* Wed Feb 5 2025 Cambricon Software Team <[email protected]>
- release mluops v1.5.0
* Wed Dec 11 2024 Cambricon Software Team <[email protected]>
Expand Down
12 changes: 12 additions & 0 deletions installer/independent/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
mluops (1.5.2-1.ubuntu16.04) xenial; urgency=medium

* Release mluops v1.5.2

-- Cambricon <[email protected]> Tue, 4 Mar 2025 00:00:00 +0100

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

* Release mluops v1.5.1

-- Cambricon <[email protected]> Mon, 17 Feb 2025 00:00:00 +0100

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

* Release mluops v1.5.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 5
#define MLUOP_PATCHLEVEL 0
#define MLUOP_PATCHLEVEL 2
/*********************************************************************************
* MLUOP_VERSION is deprecated and not recommended. To get the version of MLUOP, use
* MLUOP_MAJOR, MLUOP_MINOR and MLUOP_PATCHLEVEL.
Expand Down