npu-engine 2.5.6 is released.
- Fix some coverity issues
- Add device type for both TRIV 2.3/2.4
- Add API for compatible device list
Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
+2.5.5 -> 2.5.6:
+ - Fix some coverity issues
+ - Add device type for both TRIV 2.3/2.4
+ - Add API for compatible device list
+
2.5.4 -> 2.5.5:
- Fix some coverity issues
- Add lock to prevent deadlock
+npu-engine (2.5.6) unstable bionic; urgency=medium
+
+ * npu-engine v2.5.6 release; See ./CHANGES for details
+
+ -- Yelin Jeong <yelini.jeong@samsung.com> Thu, 13 Apr 2023 12:00:00 +0900
+
npu-engine (2.5.5) unstable bionic; urgency=medium
* npu-engine v2.5.5 release; See ./CHANGES for details
project('npu-engine', ['c', 'cpp'],
- version: '2.5.5',
+ version: '2.5.6',
license: ['Apache-2.0'],
meson_version: '>=0.47.0',
default_options: [
Name: npu-engine
Summary: NPU Engine
-Version: 2.5.5
+Version: 2.5.6
Release: 0
Group: System Environment/Daemons
Packager: MyungJoo Ham <myungjoo.ham@samsung.com>
%endif
%changelog
+* Thu Apr 10 2023 Yelin Jeong <yelini.jeong@samsung.com>
+- npu-engine v2.5.6 release; See ./CHANGES for details
+
* Fri Mar 10 2023 Yelin Jeong <yelini.jeong@samsung.com>
- npu-engine v2.5.5 release; See ./CHANGES for details