Skip to content
  1. May 27, 2025
  2. May 21, 2025
  3. Apr 25, 2025
    • Johan Alfvén's avatar
      MLBEDSW-10723: MLCE: Add support for the Log operator in Regor · 037f02e9
      Johan Alfvén authored
      
      
      - Implemented Log operator with the generic LUT implementation
      - Update SUPPORTED_OPS.md and vela.py to include the LOG operator
      - In tflite_graph_optimiser.cpp:
        - Change the variable type of `prevLutResult` from float to int16_t.
        - Clamp the intermediate LUT value and explicitly cast it to int16_t,
          fixing precision and conversion issues in the LUT generation.
      
      Change-Id: I8c877cb4f3c3c2da2eb82369fdd0269e938c4fe5
      Signed-off-by: Johan Alfvén's avatarJohan Alfvén <johan.alfven@arm.com>
      037f02e9
  4. Mar 04, 2025
  5. Nov 27, 2024
  6. Sep 04, 2024
  7. May 21, 2024
  8. Feb 19, 2024
  9. Nov 16, 2023
  10. Aug 21, 2023
  11. May 17, 2023
  12. May 03, 2023
  13. Feb 16, 2023
  14. Nov 22, 2022
  15. Aug 23, 2022
  16. May 24, 2022
  17. Feb 25, 2022
  18. Nov 26, 2021
  19. Aug 30, 2021
  20. May 27, 2021
  21. Feb 25, 2021
  22. Dec 03, 2020
  23. Nov 27, 2020
  24. Nov 20, 2020
    • Tim Hall's avatar
      MLBEDSW-3249: Vela config file examples · 1bd531de
      Tim Hall authored
      
      
       - Added sample vela.ini config file
       - Changed vela config format, split into system config and memory mode
       - Removed unused CPU cycle performance estimation
       - Added new CLI options for --memory-mode and --verbose-config
       - Changed CLI option --config to take multiple files
       - Removed CLI option --global-memory-clock-scales
       - Changed error helper functions to raise a VelaError exception
       - Refactored to create a new is_spilling_enabled function
      
      Signed-off-by: Tim Hall's avatarTim Hall <tim.hall@arm.com>
      Change-Id: I27c41577e37a3859edb9524cd99784be10ef0a0d
      1bd531de
  25. Aug 28, 2020
  26. Jun 30, 2020
  27. Jun 18, 2020
Loading