Skip to content
  1. Aug 24, 2022
  2. Aug 17, 2022
  3. Aug 16, 2022
  4. Aug 15, 2022
    • Nina Drozd's avatar
      MLECO-3103: updates to ml embedded use case API pack · aea0a6d3
      Nina Drozd authored
      * refactor component cgroup and csub names for easier inclusion by projects
      * update version to format expected by cpackget tool
      * update use case api version
      
      Change-Id: I00c71219ca95299787ec4fd79dca8ff2b2d50494
      aea0a6d3
  5. Aug 05, 2022
    • Maksims Svecovs's avatar
      MLECO-3232: Add basic cmake presets · f24f17d9
      Maksims Svecovs authored and Kshitij Sisodia's avatar Kshitij Sisodia committed
      
      
      Assuming cmake 3.21 adds basic configuration and build presets:
      * Target mps3 board with gcc
      * Target mps3 board with armclang
      * Target simple platform with gcc
      * Target simple platform with armclang
      * Target native build system
      Adds test preset for native build to run default ctests.
      Adds respective doc section to building instructions.
      
      Note: hidden configurationPresets are to be moved to respective project
      directories once cmake 3.24 is supported in the codebase and preset
      include is supported.
      Note: it is encouraged to create a personal CMakeUserPresets.json with
      personal preferences like specific `LOG_LEVEL` and `jobs` for faster
      compilation time.
      
      Usage example:
      cmake --preset=mps3-gcc
      
      Signed-off-by: Maksims Svecovs's avatarMaksims Svecovs <maksims.svecovs@arm.com>
      Change-Id: I07a8861ed91160cc3f5167e16be45a921b60a285
      f24f17d9
  6. Aug 03, 2022
  7. Jul 08, 2022
  8. Jun 29, 2022
  9. Jun 10, 2022
  10. Jun 09, 2022
    • Kshitij Sisodia's avatar
      MLCE-864: Removing redundant warning · d44f57a5
      Kshitij Sisodia authored
      MPS3 clock is logged in the output, removing the
      warning as profiling would be impacted by this
      additional logging over UART.
      
      Change-Id: I1f941a75752bed0c871240aee664f8191916ab1d
      d44f57a5
  11. Jun 02, 2022
  12. Jun 01, 2022
  13. May 31, 2022
  14. May 25, 2022
  15. May 24, 2022
  16. May 23, 2022
    • Kshitij Sisodia's avatar
      MLECO-3225: Using official support for Arm Cortex-M85 CPU. · 9c6f9f8a
      Kshitij Sisodia authored
      
      
       * CMake version requirement bumped up to 3.21.0
         * CMake 3.22.4 installed in the local Python virtualenv
       * CPU flags updated in toolchain files.
       * Using __ARM_FEATURE_DSP instead of potentially defining
         ARM_MATH_DSP wrongly.
       * CMake project version bumped up to 22.05.0
      
      Changes also made for MLECO-3107 (pack generation):
      
       * TensorFlow Lite Micro CMSIS-pack version updated to
         1.22.02.
       * Change to using __ARM_FEATURE_DSP will also help the
         generated pack.
      
      Partial changes for MLECO-3095:
      
       * CMSIS updated to version post 5.9.0
       * TensorFlow Lite Micro updated to latest available
       * Ethos-U driver and core-platform repositories updated
         to 20.05_rc2 tags.
      
      Change-Id: I012c9e65897aed8ce589cff9bfe3a19efc3edeb9
      Signed-off-by: Kshitij Sisodia's avatarKshitij Sisodia <kshitij.sisodia@arm.com>
      9c6f9f8a
  17. May 20, 2022
  18. May 17, 2022
  19. May 16, 2022
  20. May 13, 2022
  21. May 12, 2022
    • Liam Barry's avatar
      MLECO-3186: Each use case should same namespace convention as KWS and ASR · 213a543d
      Liam Barry authored and Kshitij Sisodia's avatar Kshitij Sisodia committed
      
      
      Certain UCs required additional work due to case context variables which also
      became part of a namespace in generated files.
      Solution was to declare these extra variables as part of the UC namespace in the respective model.hpp files.
      Additional changes to standardise use of namespaces may be required - proposing new task.
      
      Minor typo and rewording of customizing.md in relevant sections included.
      
      Signed-off-by: Liam Barry's avatarLiam Barry <liam.barry@arm.com>
      Change-Id: Ie78f82a30be252cb841136ea5115f21fc8d762cb
      213a543d
  22. May 11, 2022
  23. May 10, 2022
  24. May 09, 2022
  25. May 06, 2022
    • Kshitij Sisodia's avatar
      MLECO-3183: Refactoring application sources · aa4bcb14
      Kshitij Sisodia authored
      
      
      Platform agnostic application sources are moved into application
      api module with their own independent CMake projects.
      
      Changes for MLECO-3080 also included - they create CMake projects
      individial API's (again, platform agnostic) that dependent on the
      common logic. The API for KWS_API "joint" API has been removed and
      now the use case relies on individual KWS, and ASR API libraries.
      
      Change-Id: I1f7748dc767abb3904634a04e0991b74ac7b756d
      Signed-off-by: Kshitij Sisodia's avatarKshitij Sisodia <kshitij.sisodia@arm.com>
      aa4bcb14
  26. May 05, 2022
  27. May 04, 2022
  28. May 03, 2022
  29. Apr 27, 2022
  30. Apr 22, 2022
  31. Apr 21, 2022
  32. Apr 19, 2022
Loading