This patch makes new release for npu-engine, v2.3.11.
Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
+2.3.10 -> 2.3.11:
+ - Fix bug when setting npumgr param
+ - Fix bug when deallocating hwmem (e.g., missing close)
+ - Support multiple submission with the same request
+ - Add several aging apptests (e.g., repeat iterations)
+ - Add data layout for input/output tensors to npubinfmt.h
+ - Remove run_internal APIs (invalid scenarios) in libnpuhost.h
+
2.3.9 -> 2.3.10:
- Add decoupled APIs for network inferencing
- Enhance debugging (e.g., logging, API)
+npu-engine (2.3.11) unstable bionic; urgency=medium
+
+ * npu-engine v2.3.11 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com> Fri, 25 Jun 2021 18:00:00 +0900
+
npu-engine (2.3.10) unstable bionic; urgency=medium
* npu-engine v2.3.10 release; See ./CHANGES for details
project('npu-engine', ['c', 'cpp'],
- version: '2.3.10',
+ version: '2.3.11',
license: ['Proprietary'],
meson_version: '>=0.47.0',
default_options: [
Name: npu-engine
Summary: NPU Engine
-Version: 2.3.10
+Version: 2.3.11
Release: 0
Group: System Environment/Daemons
Packager: MyungJoo Ham <myungjoo.ham@samsung.com>
%{neexampledir}/utils/*
%changelog
+* Fri Jun 25 2021 Dongju Chae <dongju.chae@samsung.com>
+- npu-engine v2.3.11 release; See ./CHANGES for details
+
* Fri Jun 18 2021 Dongju Chae <dongju.chae@samsung.com>
- npu-engine v2.3.10 release; See ./CHANGES for details