Skip to content
  1. Jul 18, 2024
  2. May 21, 2024
  3. May 14, 2024
  4. Dec 20, 2023
  5. Nov 16, 2023
  6. Oct 11, 2023
  7. Sep 13, 2023
  8. Aug 21, 2023
  9. Aug 08, 2023
  10. Jul 24, 2023
  11. May 10, 2023
  12. May 03, 2023
  13. Apr 25, 2023
  14. Mar 24, 2023
  15. Feb 16, 2023
  16. 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>
      3.7.0.rc1
      428a8d54
  17. Feb 03, 2023
  18. Jan 20, 2023
  19. Jan 12, 2023
  20. Oct 03, 2022
  21. Sep 12, 2022
  22. Aug 23, 2022
  23. Jul 19, 2022
  24. Jul 14, 2022
  25. May 18, 2022
  26. May 11, 2022
  27. Apr 27, 2022
  28. Feb 25, 2022
  29. Feb 17, 2022
  30. Nov 26, 2021
  31. Aug 30, 2021
  32. Aug 25, 2021
  33. 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
  34. May 27, 2021
  35. May 18, 2021
  36. Feb 25, 2021
  37. Feb 19, 2021
  38. Feb 12, 2021
  39. Feb 05, 2021
  40. Dec 18, 2020
Loading