Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: armnn | Distribution: openSUSE Tumbleweed |
Version: 24.08 | Vendor: openSUSE |
Release: 2.2 | Build date: Fri Sep 6 15:29:47 2024 |
Group: Development/Libraries/Other | Build host: reproducible |
Size: 7539088 | Source RPM: armnn-24.08-2.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://developer.arm.com/products/processors/machine-learning/arm-nn | |
Summary: Arm NN SDK enables machine learning workloads on power-efficient devices |
Arm NN is an inference engine for CPUs, GPUs and NPUs. It bridges the gap between existing NN frameworks and the underlying IP. It enables efficient translation of existing neural network frameworks, such as TensorFlow Lite, allowing them to run efficiently – without modification – across Arm Cortex CPUs and Arm Mali GPUs.
MIT
* Fri Sep 06 2024 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add patch to fix build on armv7: * armnn-fix-armv7.patch * Tue Sep 03 2024 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 24.08: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v24.08 * Tue Jun 18 2024 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 24.05: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v24.05 * Wed Apr 03 2024 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 24.02: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v24.02 * Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -P N instead of deprecated %patchN. * Thu Dec 07 2023 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 23.11: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v23.11 * Tue Sep 05 2023 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 23.08: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v23.08 * Mon Jun 12 2023 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 23.05: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v23.05 - Drop upstream patches: * armnn-fix-gcc13.patch * armnn-fix-gcc13-2.patch * 4cf40d7.diff * Thu Apr 20 2023 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add additionnal gcc13 fixes: * 4cf40d7.diff * armnn-fix-gcc13-2.patch * Wed Apr 05 2023 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update armnn-fix-gcc13.patch with upstream patch * Tue Mar 21 2023 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add patch to fix build with GCC13: * armnn-fix-gcc13.patch * Wed Mar 15 2023 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 23.02: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v23.02 - Drop upstream patches: * armnn-gh711.patch * armnn-281e97b.patch * Wed Dec 14 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - tensorflow-lite >= 2.10 is only avaialble on Tumbleweed * Wed Dec 14 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add patch to use static libraries not object libraries for support library: * armnn-281e97b.patch * Mon Nov 28 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 22.11: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v22.11 * Add libarmnnTestUtils - Add patch to fix build: * armnn-gh711.patch * Tue Aug 30 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 22.08: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v22.08 - Drop upstream patch: * armnn-fix-gcc12.patch * Tue May 31 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 22.05: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v22.05 - Add patch to fix build with GCC12 and new flatbuffers: * armnn-fix-gcc12.patch * Tue Mar 15 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 22.02: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v22.02 * Add libarmnnTestUtils * Wed Dec 01 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 21.11: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v21.11 * Main changes: - New capabilities and improve performance - ABI/API Changes The following front-end API changes have occurred during the implementation of 21.11 that users should be aware of before upgrading. Due to these changes we have bumped our ARMNN_VERSION to 27.0.0, the Delegate to 25.0.0 and also bumping our Parsers to 24.3.0 following Semantic Versioning guidelines. - Drop upstream patches: * 96beb97.diff * febc20f.diff * e118e04.diff * 0011-update-doctest-for-glibc2.34.patch * Mon Oct 25 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add upstream patch to fix stringop-overread error: * e118e04.diff * Thu Oct 21 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add upstream patch to fix uninitialized var error: * febc20f.diff - Remove most -Wno-error* flags which are not needed anymore * Wed Oct 20 2021 Atri Bhattacharya <badshah400@gmail.com> - Add 0011-update-doctest-for-glibc2.34.patch: Update doctest to version 2.4.6 to allow Arm NN to build with glibc 2.34; patch taken from upstream commits 13d2e0d and 4ec6d42and rebased for current version. * Thu Sep 09 2021 Guillaume GARDET <guillaume.gardet@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 * Fri Jul 16 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add '-Wno-error=stringop-overread' to workaround build error with GCC11 with openCL enabled * Tue Jul 13 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add '-Wno-error=uninitialized -Wno-error=array-bounds' to workaround build issues with GCC11 - https://github.com/ARM-software/armnn/issues/548 * Tue May 25 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Fix libarmnnOnnxParser version * Fri May 21 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 21.05: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v21.05 * Main changes: - new capabilities to allow users attain higher performance by: * Making the Arm NN Core thread safe opening the possibility of running multiple inferences on the same model in parallel software threads. * Allowing graphs on the GPU backend import their input and output buffers either from correctly aligned main memory or from kernel memory exposed as a dma_buf, thus reducing memory usage and saving the time involved in copying data into and out of the GPU memory space. - In addition to this, support was added to allow the MobileBERT network to be parsed and run. - Finally three deprecated components: the Tensorflow Parser, the Caffe Parser and the Arm NN Quantizer tool, were removed - Add patch to fix include path: * armnn-fix-include.patch - Disable armnn-extratests as it fails to build with current version * Mon Mar 29 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Update to 21.02: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v21.02 - Drop upstream patch: * c5c40fe.diff * Mon Feb 15 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Fix instalaltion of cmake files with an upstream patch: * c5c40fe.diff * Mon Jan 25 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Backport patch to fix tflite parser when built against tensorflow 2.4: * 96beb97.diff
/usr/bin/ArmnnConverter /usr/bin/ExecuteNetwork /usr/bin/SimpleSample /usr/bin/TfLiteBenchmark-Armnn /usr/bin/TfLiteInceptionV3Quantized-Armnn /usr/bin/TfLiteInceptionV4Quantized-Armnn /usr/bin/TfLiteMnasNet-Armnn /usr/bin/TfLiteMobileNetQuantizedSoftmax-Armnn /usr/bin/TfLiteMobileNetSsd-Armnn /usr/bin/TfLiteMobilenetQuantized-Armnn /usr/bin/TfLiteMobilenetV2Quantized-Armnn /usr/bin/TfLiteResNetV2-50-Quantized-Armnn /usr/bin/TfLiteResNetV2-Armnn /usr/bin/TfLiteVGG16Quantized-Armnn /usr/bin/TfLiteYoloV3Big-Armnn /usr/share/doc/packages/armnn /usr/share/doc/packages/armnn/README.md /usr/share/licenses/armnn /usr/share/licenses/armnn/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 5 01:42:53 2024