+2.5.0 -> 2.5.1:
+ - Support Simulator 3.9.1
+ - Backward compatibility for simulator is not supported
+
2.4.3 -> 2.5.0:
- Use Apache-2.0 License for now
- Use the embedded uapi header temporally
+npu-engine (2.5.1) unstable bionic; urgency=medium
+
+ * npu-engine v2.5.1 release; See ./CHANGES for details
+
+ -- Jiho Chu <jiho.chu@samsung.com> Mon, 18 Jul 2022 12:00:00 +0900
+
npu-engine (2.5.0) unstable bionic; urgency=medium
* npu-engine v2.5.0 release; See ./CHANGES for details
Build-Depends: ninja-build, meson (>=0.50), debhelper (>=9),
gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5, libgtest-dev, python,
libiniparser-dev, pkg-config, cmake, libdrm-dev, libfuse-dev,
- libmrpsim-dev (>=3.8.0), libtinyxml2-dev, libncurses-dev
+ libmrpsim-dev (>=3.9.1), libtinyxml2-dev, libncurses-dev
Standards-Version: 3.8.2
Homepage: https://research.samsung.com
Package: npu-engine
Architecture: amd64
Multi-Arch: same
-Depends: libmrpsim (>=3.8.0), ${shlibs:Depends}, ${misc:Depends}
+Depends: libmrpsim (>=3.9.1), ${shlibs:Depends}, ${misc:Depends}
Description: NPU Engine
This provides in-NPU software control daemon, NPU-Engine.
Files: *
License: Apache-2.0
-Copyright(C) Samsung Electonics 2019
+Copyright(C) Samsung Electonics 2022
Name: npu-engine
Summary: NPU Engine
-Version: 2.5.0
+Version: 2.5.1
Release: 0
Group: System Environment/Daemons
Packager: MyungJoo Ham <myungjoo.ham@samsung.com>
BuildRequires: pkgconfig(dlog)
%if 0%{?npu_emul}
-BuildRequires: libmrpsim-devel
+BuildRequires: libmrpsim-devel >= 3.9.1
%define enable_npu_emul -Denable_npu_emul=true
%else
%define enable_npu_emul -Denable_npu_emul=false
%endif
%if 0%{?npu_cuse}
-BuildRequires: libmrpsim-devel
+BuildRequires: libmrpsim-devel >= 3.9.1
%define enable_npu_cuse -Denable_npu_cuse=true
%else
%define enable_npu_cuse -Denable_npu_cuse=false
%endif
%changelog
+* Fri Jul 18 2022 Jiho Chu <jiho.chu@samsung.com>
+- npu-engine v2.5.1 release; See ./CHANGES for details
+
* Fri Dec 17 2021 Dongju Chae <dongju.chae@samsung.com>
- npu-engine v2.5.0 release; See ./CHANGES for details