npu-engine 2.5.3 release
authorYelin Jeong <yelini.jeong@samsung.com>
Tue, 6 Dec 2022 08:13:44 +0000 (17:13 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Tue, 6 Dec 2022 08:33:26 +0000 (17:33 +0900)
  - Support latest simulator 3.9.10
  - idu-load utility
  - stress-test utility
  - Add a new profile format, PROFILE_LEVEL_VISA_DLP
  - Fix minor bugs

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
CHANGES
debian/changelog
meson.build
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
index 182050c25a93e0232b531bc76b714fd75baedda6..72fc5e4537d892578e78c960495714b696926fff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+2.5.2 -> 2.5.3:
+  - Support latest simulator 3.9.10
+  - idu-load utility
+  - stress-test utility
+  - Add a new profile format, PROFILE_LEVEL_VISA_DLP
+  - Fix minor bugs
+
 2.5.1 -> 2.5.2:
   - Support latest simulator 3.9.1
   - trinity-test utility
index d9ecb5ecf3a5ded6a360e9a0f34a4598e3a10bb6..6ccec5c65c0f75ededc638cfdda09a501657dbb8 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.5.3) unstable bionic; urgency=medium
+
+  * npu-engine v2.5.3 release; See ./CHANGES for details
+
+ -- Yelin Jeong <yelini.jeong@samsung.com>  The, 06 Dec 2022 12:00:00 +0900
+
 npu-engine (2.5.2) unstable bionic; urgency=medium
 
   * npu-engine v2.5.2 release; See ./CHANGES for details
index abd9dd97e43c57c678c60221b0bd800c70f4c849..1961146f037771cb385b523c0b23e3042cb7539b 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.5.2',
+  version: '2.5.3',
   license: ['Apache-2.0'],
   meson_version: '>=0.47.0',
   default_options: [
index 57405af2b53919cf6b8f2f78f1aedc97b45ca6f5..54e5f5a99d0fd064f20d5f992b37692479b6edaf 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.5.2
+Version:       2.5.3
 Release:       0
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -195,6 +195,9 @@ Reference implementation of NNStreamer filter subplugin for SR TRIx devices (for
 %endif
 
 %changelog
+* Tue Dec 06 2022 Yelin Jeong <yelini.jeong@samsung.com>
+- npu-engine v2.5.3 release; See ./CHANGES for details
+
 * Wed Sep 07 2022 Jiho Chu <jiho.chu@samsung.com>
 - npu-engine v2.5.2 release; See ./CHANGES for details