[Release] npu-engine release 2.2.0
authorDongju Chae <dongju.chae@samsung.com>
Tue, 4 Aug 2020 04:37:07 +0000 (13:37 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Tue, 18 Aug 2020 01:32:05 +0000 (10:32 +0900)
This patch makes new release, 2.2.0, of npu-engine library.

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 0c3ecbc..de5b8cf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2.0.5 -> 2.2.0:
+  - Revise the user APIs for HW-recurring tasks
+  - Sync with the kernel driver's changed ioctl definition
+  - Add testcases for external hwmem and HW-recurring tasks
+
 2.0.4 -> 2.0.5:
   - Fix tensor size calculations on TRIV2 layout
   - Add some testcases to run infernces using an async thread
index 1602f77..eeeacbd 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.2.0) unstable xenial bionic; urgency=medium
+
+  * 2.2.0 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Fri, 07 Aug 2020 12:10:00 +0900
+
 npu-engine (2.0.5) unstable xenial bionic; urgency=medium
 
   * 2.0.5 release
index 767275c..db85573 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.0.5',
+  version: '2.2.0',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index d6d16d3..e078d44 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.0.5
+Version:       2.2.0
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -194,6 +194,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Fri Aug 07 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.2.0
+
 * Mon Jul 06 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.0.5