This patch makes new release for npu-engine, v2.3.16.
Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
+2.3.15 -> 2.3.16:
+ - Fix double free bug when handling output callback
+ - Fix tensor size calculation for layout NONE (= TRIV2)
+ - Allow mutliple calls of getNPU_profile()
+ - Resolve warning messages from Valgrind analysis
+ - Update action workflows to upload a core dump on failures
+ - Increase code coverage (line & func >= 85%)
+ - Increase the column limit of clang-format for readability
+
2.3.14 -> 2.3.15:
- Fix bugs and revise FPGA workaround codes
- Handle DSPM size and a number of vISA insts
+npu-engine (2.3.16) unstable bionic; urgency=medium
+
+ * npu-engine v2.3.16 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com> Thu, 12 Aug 2021 12:00:00 +0900
+
npu-engine (2.3.15) unstable bionic; urgency=medium
* npu-engine v2.3.15 release; See ./CHANGES for details
project('npu-engine', ['c', 'cpp'],
- version: '2.3.15',
+ version: '2.3.16',
license: ['Proprietary'],
meson_version: '>=0.47.0',
default_options: [
Name: npu-engine
Summary: NPU Engine
-Version: 2.3.15
+Version: 2.3.16
Release: 0
Group: System Environment/Daemons
Packager: MyungJoo Ham <myungjoo.ham@samsung.com>
%endif
%changelog
+* Thu Aug 12 2021 Dongju Chae <dongju.chae@samsung.com>
+- npu-engine v2.3.16 release; See ./CHANGES for details
+
* Fri Aug 06 2021 Dongju Chae <dongju.chae@samsung.com>
- npu-engine v2.3.15 release; See ./CHANGES for details