Skip to content
  1. Jul 18, 2024
  2. 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
  3. Jun 26, 2024
  4. Jun 19, 2024
  5. Jun 14, 2024
  6. Jun 07, 2024
  7. Jun 04, 2024
  8. 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
  9. May 28, 2024
  10. 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
  11. May 20, 2024
  12. May 17, 2024
  13. May 16, 2024
  14. May 15, 2024
  15. May 07, 2024
  16. May 03, 2024
  17. Apr 24, 2024
  18. Mar 08, 2024
  19. 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
  20. Feb 20, 2024
  21. Feb 06, 2024
  22. 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
  23. Jan 09, 2024
  24. Dec 06, 2023
  25. Dec 04, 2023
  26. Nov 30, 2023
  27. Nov 29, 2023
  28. 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
  29. Nov 13, 2023
  30. Nov 08, 2023
  31. Nov 06, 2023
  32. Nov 03, 2023
  33. Oct 26, 2023
  34. Oct 20, 2023
  35. Oct 16, 2023
  36. Oct 04, 2023
    • Liam Barry's avatar
      MLECO-4365: Add CI Test for insufficient tensor arena and update common tests. · f30d7413
      Liam Barry authored and Nina Drozd's avatar Nina Drozd committed
      
      
      Previously, execution path following failed tensor allocation
      was not covered by tests.
      
      Minor amendment added to make ~Model virtual.
      During testing it was noticed that intentional errors simulated in
      certain common tests would result in misleading output for subsequent tests
      as the error messages appear in the console output of the next failing test.
      Documentation and print statements added until a solution is found.
      
      Change-Id: Iaf3e0f32ce9e0505921251cd41f73030108d2cb1
      Signed-off-by: Liam Barry's avatarLiam Barry <liam.barry@arm.com>
      f30d7413
Loading