Skip to content
  1. Oct 11, 2023
  2. Sep 13, 2023
  3. Aug 21, 2023
  4. Aug 08, 2023
  5. Jul 24, 2023
  6. May 10, 2023
  7. May 03, 2023
  8. Apr 25, 2023
  9. Mar 24, 2023
  10. Feb 16, 2023
  11. Feb 09, 2023
    • Raul Farkas's avatar
      MLBEDSW-6982: Move to setup.cfg and pyproject.toml · 428a8d54
      Raul Farkas authored
      
      
      - Move all static information from setup.py to newly added
        pyproject.toml
      - Add setup.cfg used for static information that cannot be added to
        pyproject.toml due to it still being in beta.
      - Modify mlw_codec to to throw a real python exception when importing
        NumPy arrays instead of just printing them to stdout.
      - Surround mlw_codec import with try catch statement to catch NumPy C
        API mismatch errors and throw them again with a more detailed message.
      - Update README.md with documentation about known issue with changing
        used NumPy version after installing ethos-u-vela.
      
      Change-Id: I1eeee5536be7c1744e30d6088f7069fbb1403e06
      Signed-off-by: default avatarRaul Farkas <raul.farkas@arm.com>
      428a8d54
  12. Feb 03, 2023
  13. Jan 20, 2023
  14. Jan 12, 2023
  15. Oct 03, 2022
  16. Sep 12, 2022
  17. Aug 23, 2022
  18. Jul 19, 2022
  19. Jul 14, 2022
  20. May 18, 2022
  21. May 11, 2022
  22. Apr 27, 2022
  23. Feb 25, 2022
  24. Feb 17, 2022
  25. Nov 26, 2021
  26. Aug 30, 2021
  27. Aug 25, 2021
  28. 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
  29. May 27, 2021
  30. May 18, 2021
  31. Feb 25, 2021
  32. Feb 19, 2021
  33. Feb 12, 2021
  34. Feb 05, 2021
  35. Dec 18, 2020
  36. Dec 07, 2020
  37. Nov 26, 2020
  38. Nov 25, 2020
  39. 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
Loading