Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package armnn for openSUSE:Factory checked in at 2021-09-09 23:07:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/armnn (Old) and /work/SRC/openSUSE:Factory/.armnn.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "armnn" Thu Sep 9 23:07:37 2021 rev:18 rq:917697 version:21.08 Changes: -------- --- /work/SRC/openSUSE:Factory/armnn/armnn.changes 2021-07-17 23:37:15.105686178 +0200 +++ /work/SRC/openSUSE:Factory/.armnn.new.1899/armnn.changes 2021-09-09 23:08:03.852867171 +0200 @@ -1,0 +2,23 @@ +Thu Sep 9 08:04:50 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Update to 21.08: + * Changelog: https://github.com/ARM-software/armnn/releases/tag/v21.08 + * Main changes: + - new capabilities and improve performance: + * Added the ability to import protected DMA Buffers and + allow Arm NN to run inferences that are in Protected GPU Memory. + As well as providing Custom Memory Allocator which supports + importing malloc, Dma_buf and protected Dma buffers. + * Users with multi core NPUs has been given the ability to pin + inferences to selected cores giving them the ability to balance + parallel workloads across the NPU and increase throughput. + * Boost has been completely removed from the code base making + Arm NN easier to integrate into other software stacks. + * Added support for non-constant weights and biases on + FullyConnected which lay the groundwork for supporting more models. + * More operators supported on Arm NN, TfLite Parser, TfLite + Delegate and Android NNAPI driver. +- Drop upstream patch: + * armnn-fix-include.patch + +------------------------------------------------------------------- Old: ---- armnn-21.05.tar.gz armnn-fix-include.patch New: ---- armnn-21.08.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ armnn.spec ++++++ --- /var/tmp/diff_new_pack.YEYgj2/_old 2021-09-09 23:08:04.496867919 +0200 +++ /var/tmp/diff_new_pack.YEYgj2/_new 2021-09-09 23:08:04.496867919 +0200 @@ -1,5 +1,5 @@ # -# spec file for package armnn%{?package_suffix} +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -64,12 +64,10 @@ %bcond_with armnn_onnx %endif %define version_major 21 -%define version_minor 05 +%define version_minor 08 %define version_lib 25 %define version_lib_tfliteparser 24 %define version_lib_onnxparser 24 -# Do not package ArmnnConverter, by default -%bcond_with armnn_tools Name: armnn%{?package_suffix} Version: %{version_major}.%{version_minor} Release: 0 @@ -81,8 +79,6 @@ Source1: armnn-rpmlintrc # PATCH-FIX-UPSTREAM - https://github.com/ARM-software/armnn/issues/499 Patch1: 96beb97.diff -# PATCH-FIX-UPSTREAM - https://github.com/ARM-software/armnn/issues/545 -Patch2: armnn-fix-include.patch # PATCHES to add downstream ArmnnExamples binary - https://layers.openembedded.org/layerindex/recipe/87610/ Patch200: 0003-add-more-test-command-line-arguments.patch Patch201: 0005-add-armnn-mobilenet-test-example.patch @@ -358,7 +354,6 @@ %patch1 -p1 %endif %endif -%patch2 -p1 %if %{with armnn_extra_tests} %patch200 -p1 %patch201 -p1 @@ -469,10 +464,6 @@ %if %{with armnn_flatbuffers} # Install Sample app cp $CP_ARGS ./build/samples/SimpleSample %{buildroot}%{_bindir} -%if %{with armnn_tools} -# Install ArmNNConverter -cp $CP_ARGS ./build/ArmnnConverter %{buildroot}%{_bindir} -%endif %endif # Drop static libs - https://github.com/ARM-software/armnn/issues/514 rm -f %{buildroot}%{_libdir}/*.a @@ -517,9 +508,7 @@ %if %{with armnn_tests} %{_bindir}/ExecuteNetwork %if %{with armnn_flatbuffers} -%if %{with armnn_tools} %{_bindir}/ArmnnConverter -%endif %{_bindir}/TfLite*-Armnn %endif %if %{with armnn_onnx} ++++++ armnn-21.05.tar.gz -> armnn-21.08.tar.gz ++++++ ++++ 95243 lines of diff (skipped)