[Release] NPU Engine release 1.1.4
authorDongju Chae <dongju.chae@samsung.com>
Fri, 6 Mar 2020 03:04:08 +0000 (12:04 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Fri, 6 Mar 2020 07:26:48 +0000 (16:26 +0900)
This commit makes a NPU Engine release 1.1.4

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 adf95d8..56e3386 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+1.1.3 -> 1.1.4:
+  - Add APIs to sepecify inference constraints (e.g., timeout/priority)
+  - Add an option to control multiple buffering
+  - Support a thread pool to support concurrent ioctls
+  - Support a HW-recurring input service for runNPU_internalInput()
+
 1.1.2 -> 1.1.3:
   - Fix minor bugs on NPU unittests
   - Add install_rpath for ubuntu users
index ea69706..f8dd0a6 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (1.1.4) unstable xenial bionic; urgency=medium
+
+  * 1.1.4 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Fri, 06 Mar 2020 12:05:00 +0900
+
 npu-engine (1.1.3) unstable xenial bionic; urgency=medium
 
   * 1.1.3 release
index e96986c..c4ca9d8 100644 (file)
@@ -2,7 +2,7 @@
 # C++ is only allowed inside test directory for gtest.
 
 project('npu-engine', ['c', 'cpp'],
-  version: '1.1.3',
+  version: '1.1.4',
   license: ['Proprietary'],
   meson_version: '>=0.50.0',
   default_options: [
index 2e65adb..01af69b 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       1.1.3
+Version:       1.1.4
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -169,6 +169,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Fri Mar 06 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 1.1.4
+
 * Thu Mar 05 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 1.1.3