Skip to content
  1. May 11, 2022
  2. Apr 27, 2022
  3. Feb 25, 2022
  4. Feb 17, 2022
  5. Nov 26, 2021
  6. Aug 30, 2021
  7. Aug 25, 2021
  8. Jul 08, 2021
    • Patrik Gustavsson's avatar
      MLBEDSW-4838 Added basic TOSA support. · 8f1f9aaa
      Patrik Gustavsson authored
      
      
      Added basic TOSA support, enabling Vela to
      read and compile  a .tosa file corresponding to
      CONV2D + Rescale + Clamp, and writing it to an
      optimized .tflite file.
      
      The optimized .tflite file, will in this case, hold
      a commandstream where the Rescale and Clamp has been
      fused into the CONV2D.
      
      The optimized tflite file is not output from Vela.
      
        -Added support to read .tosa file into Vela
          internal structure.
            - Added tosa_reader.py, tosa_mapper.py and
              helper files stored under tosa/
            - Support for this limited to ~10 ops
      
          -Added reader_util.py for functions common
          for TOSA and TFLite
      
          -Added tosa_graph_optimiser.py
            -Added support to fuse Rescale into convolution
            -Modified handling for padding
      
          -Added support to fuse Clamp to previous op
      
          -Added graph_optimiser_util.py
            -Moved functions common for TOSA/TFLite graph
             optimization to this file.
      
          -Renamed graph_optimiser.py to tflite_graph_optmiser.py
      
          -Added separate tosa_supported_operators.py
      
          -Added supported_operator_util.py
             -For functions in common for TOSA/TFLite
      
      Signed-off-by: default avatarPatrik Gustavsson <patrik.gustavsson@arm.com>
      Change-Id: Ic3c540504ec8c5eb4771397fdc6882050ecf33ab
      8f1f9aaa
  9. May 27, 2021
  10. May 18, 2021
  11. Feb 25, 2021
  12. Feb 19, 2021
  13. Feb 12, 2021
  14. Feb 05, 2021
  15. Dec 18, 2020
  16. Dec 07, 2020
  17. Nov 26, 2020
  18. Nov 25, 2020
  19. Nov 20, 2020
    • Michael McGeagh's avatar
      vela: Add SUPPORTED_OPS.md generated file · b4fc087a
      Michael McGeagh authored
      
      
      This file is generated from the vela option
      --supported-ops-report
      
      Each release, a snapshot will be taken and uploaded with the release.
      This is for the 2.0.0 release
      
      Signed-off-by: default avatarMichael McGeagh <michael.mcgeagh@arm.com>
      Change-Id: I6b618889758a1a078e21244f1f98a56800a528a3
      b4fc087a
    • 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
  20. Nov 11, 2020
  21. Sep 18, 2020
  22. Aug 28, 2020
  23. Jun 30, 2020
  24. Jun 23, 2020
  25. Jun 18, 2020
  26. Apr 29, 2020
    • Tim Hall's avatar
      Add Vela codebase · 79d07d2c
      Tim Hall authored
       - Added modules ethosu.vela and ethosu.mlw_codec.
       - Added README and various configuration files.
      
      Change-Id: I3690f8c8f5966306ecddaeb2793c30ca9c6e2eee
      79d07d2c
Loading