[Release] npu-engine 2.0.2 release
authorDongju Chae <dongju.chae@samsung.com>
Wed, 17 Jun 2020 02:15:02 +0000 (11:15 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Thu, 18 Jun 2020 01:56:48 +0000 (10:56 +0900)
This patch makes npu-engine 2.0.2 release.
Please check out the change log (./CHANGES).

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
CHANGES
debian/changelog
meson.build
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
index ac8cdb6..983b3c4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+2.0.1 -> 2.0.2:
+  - Fix minor bugs (e.g., weight offset setting and data size calc)
+  - Add user-level APIs to get status (e.g., memory/device status)
+  - Support memory status ioctl for trinity devices
+  - Support the stop feature to terminate submitted requests
+
 2.0.0 -> 2.0.1:
   - Fully support the TRIV2 device and kernel driver
   - Add missing device functions (e.g., unsetModel)
index 52a2a44..e9850e4 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.0.2) unstable xenial bionic; urgency=medium
+
+  * 2.0.2 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Wed, 17 Jun 2020 11:13:00 +0900
+
 npu-engine (2.0.1) unstable xenial bionic; urgency=medium
 
   * 2.0.1 release
index e75b464..21a6d58 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.0.1',
+  version: '2.0.2',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index 42dd63f..baf09fb 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.0.1
+Version:       2.0.2
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -190,6 +190,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Wed Jun 17 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.0.2
+
 * Tue May 26 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.0.1