- seperate npubin-fmt package
- add memory info
- check IDU version
- unittest enhance: ifstream read fail case
Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
+2.6.0 -> 2.6.1:
+ - seperate npubin-fmt package
+ - add memory info
+ - check IDU version
+ - unittest enhance: ifstream read fail case
+
2.5.6 -> 2.6.0:
- Add npubin-fmt package
- Disable minor version check
+npu-engine (2.6.1) unstable bionic; urgency=medium
+
+ * npu-engine v2.6.1 release; See ./CHANGES for details
+
+ -- Jiho Chu <jiho.chu@samsung.com> Thu, 13 Jul 2023 12:00:00 +0900
+
npu-engine (2.6.0) unstable bionic; urgency=medium
* npu-engine v2.6.0 release; See ./CHANGES for details
project('npu-engine', ['c', 'cpp'],
- version: '2.6.0',
+ version: '2.6.1',
license: ['Apache-2.0'],
meson_version: '>=0.47.0',
default_options: [
Name: npu-engine
Summary: NPU Engine
-Version: 2.6.0
+Version: 2.6.1
Release: 0
Group: System Environment/Daemons
Packager: MyungJoo Ham <myungjoo.ham@samsung.com>
%endif
%changelog
+* Thu Jul 13 2023 Jiho Chu <jiho.chu@samsung.com>
+- npu-engine v2.6.1 release; See ./CHANGES for details
+
* Wed May 10 2023 Yelin Jeong <yelini.jeong@samsung.com>
- npu-engine v2.6.0 release; See ./CHANGES for details