[Release] npu-engine 2.0.5 release
authorDongju Chae <dongju.chae@samsung.com>
Mon, 6 Jul 2020 06:20:42 +0000 (15:20 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Thu, 9 Jul 2020 07:33:41 +0000 (16:33 +0900)
This patch makes npu-engine 2.0.5 release.

Changelog
- Fix tensor size calculations on TRIV2 layout
- Add some testcases to run infernces using an async thread

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 098d94f..0c3ecbc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2.0.4 -> 2.0.5:
+  - Fix tensor size calculations on TRIV2 layout
+  - Add some testcases to run infernces using an async thread
+
 2.0.2 -> 2.0.4:
   - Add ioctl() to get the number of requests for trinity devices
   - Add ioctl() to stop all requests for trinity devices
index d194064..1602f77 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.0.5) unstable xenial bionic; urgency=medium
+
+  * 2.0.5 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Mon, 06 Jul 2020 15:20:00 +0900
+
 npu-engine (2.0.4) unstable xenial bionic; urgency=medium
 
   * 2.0.4 release
index fe04e86..6351322 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.0.4',
+  version: '2.0.5',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index f858311..df2b5e5 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.0.4
+Version:       2.0.5
 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
+* Mon Jul 06 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.0.5
+
 * Fri Jun 19 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.0.4