Skip to content
  1. Oct 02, 2024
  2. Sep 27, 2024
  3. Sep 23, 2024
  4. Sep 11, 2024
  5. Sep 06, 2024
  6. Jul 18, 2024
  7. Jul 05, 2024
    • Kshitij Sisodia's avatar
      MLECO-5117: Improving auto-generation of test files · 97478530
      Kshitij Sisodia authored
      
      
      The tests expected all the data types across input and output tensors
      to be same. These were also limited to 8-bit signed/unsigned values.
      This patch make it possible to have the test vectors be of different
      types while being able to get a generic (void) pointer to arrays from
      the generated getter functions.
      
      Change-Id: Id6d8b13803cd2f2ed66fee52eaed86af194b995d
      Signed-off-by: Kshitij Sisodia's avatarKshitij Sisodia <kshitij.sisodia@arm.com>
      97478530
  8. Jun 26, 2024
  9. Jun 19, 2024
  10. Jun 14, 2024
  11. Jun 07, 2024
  12. Jun 04, 2024
  13. May 31, 2024
    • Kshitij Sisodia's avatar
      MLECO-4725: Updating to 24.05 components · 69f66169
      Kshitij Sisodia authored
      
      
      Updating submodules to pinned 24.05 components.
      
      * core-platform: 24.05 tag
      * core-driver:   24.05 tag
      * cmsis-nn:      v6.0.0 tag
      * cmsis-dsp:     v1.15.0 (no change)
      * cmsis:         51f8f89612c8330c0116479cfe3a2cb04c390e2b
      * tensorflow:    8e22946b3faa51564df5dd9194f7540b2694892c
      
      Vela compiler (fetched from PyPi) version updated to 3.12.
      
      Change-Id: Ibf4a5412368f303db1be9e7ab32504b0daac9c68
      Signed-off-by: Kshitij Sisodia's avatarKshitij Sisodia <kshitij.sisodia@arm.com>
      24.05-rc1
      69f66169
  14. May 28, 2024
  15. May 23, 2024
    • Kshitij Sisodia's avatar
      MLECO-4998: Adding a new version of the CMSIS-pack · 9e2cd170
      Kshitij Sisodia authored
      
      
      Adding 23.02 version of the CMSIS pack generated from sources at
      23.02 tag. Note that this is more than a year old but the refresh
      was needed to support TensorFlow Lite Micro CMSIS-pack's current
      version 1.23.2.
      
      There will be another refresh of the pack soon, once dependency
      packs are made available.
      
      Change-Id: I6e4072db16237db6bafc26ec09c193f10414255b
      Signed-off-by: Kshitij Sisodia's avatarKshitij Sisodia <kshitij.sisodia@arm.com>
      9e2cd170
  16. May 20, 2024
  17. May 17, 2024
  18. May 16, 2024
  19. May 15, 2024
  20. May 07, 2024
  21. May 03, 2024
  22. Apr 24, 2024
  23. Mar 08, 2024
  24. Mar 06, 2024
    • Hugues Kamba Mpiana's avatar
      use-case-resources: Enable user provided metadata · fea932fb
      Hugues Kamba Mpiana authored and Alex Tawse's avatar Alex Tawse committed
      
      
      * An optional argument has been added to the
        `set_up_default_resources.py` Python script to allow
        passing of a user defined use case resources metadata JSON file.
        This shortens the build time by only downloading the resources the
        end user is interested in. It also shortens the optimization part
        which takes additional minutes as it is done for all models and for
        all the specified NPU configurations.
      * Adding changes to comply with Pylint
      * Adding --use-case argument in `set_up_default_resources.py` to
        restrict setting up resources to the specified use cases.
      
      Signed-off-by: Hugues Kamba Mpiana's avatarHugues Kamba-Mpiana <hugues.kambampiana@arm.com>
      Change-Id: I8d38249d8a0b52e66c26e5e74c03657e29f979b0
      Signed-off-by: Alex Tawse's avatarAlex Tawse <alex.tawse@arm.com>
      fea932fb
  25. Feb 20, 2024
  26. Feb 06, 2024
  27. Jan 18, 2024
    • Kshitij Sisodia's avatar
      Cleanup: Timing adapter definitions · 5385a649
      Kshitij Sisodia authored
      
      
      The NPU timing adapter base addresses had been defined in mutiple
      places, making it difficult to determine which one is actually being
      used. This patch cleans up unused definitions from memory-map header
      files for different targets and the CMake template files.
      
      The expectation is for component base addresses to be set by platform
      specific CMake files that include/wrap the component directories.
      
      Change-Id: Ic39794ffbdb872b4b0c900cbcec8e386bb32c4eb
      Signed-off-by: Kshitij Sisodia's avatarKshitij Sisodia <kshitij.sisodia@arm.com>
      5385a649
  28. Jan 09, 2024
  29. Dec 06, 2023
  30. Dec 04, 2023
  31. Nov 30, 2023
  32. Nov 29, 2023
  33. Nov 20, 2023
    • Liam Barry's avatar
      MLECO-4490: Upgrade MLEK Catch Unit tests · cca34a93
      Liam Barry authored
      
      
      *Removed default behaviour of unit-test executables to redirect output
      to file.
      *Accompanying change made to CI script to generate xml files there instead.
      *Switched to newer minor version of Catch.
      *Note: Support for simultaneous output to console and file is available in new major version (Catch 3).
      
      Other unit test cleanup:
      * Redundant warnings about common tests output removed
      * Static cast added to silence compiler warning
      * Removed additional printing in RNNoiseModelTests
      
      Signed-off-by: Liam Barry's avatarLiam Barry <liam.barry@arm.com>
      Change-Id: If9d7f366ec205a7cd49a45198a15867ef7b75afd
      cca34a93
Loading