Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Jun 24, 2025
  2. Jun 23, 2025
  3. Jun 20, 2025
  4. Jun 18, 2025
  5. Jun 13, 2025
  6. Jun 06, 2025
  7. Jun 05, 2025
  8. Jun 04, 2025
  9. Jun 03, 2025
  10. Jun 02, 2025
  11. May 30, 2025
  12. May 16, 2025
  13. May 15, 2025
  14. May 14, 2025
  15. May 13, 2025
  16. May 12, 2025
    • Tai Ly's avatar
      [serialization_lib] Add Op Info · a24fbe58
      Tai Ly authored
      
      
      This adds TosaSerializationOpInfo<Op_name> that specify, for each tosa operator Op_name,
      the serialization attribute type to use, and the input types (tensor/shape/tensor_list)
      for the operator
      
      unpdated unit tests to construct unit tests that use the appropriate
      attribute and number of inputs for each operator
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: Ic1707f60f9f25248d361b02ea142bc13699c5781
      a24fbe58
    • Luke Hutton's avatar
      Avoid supplying unsupported linker flags · 9e3b662d
      Luke Hutton authored
      
      
      This commit aims to fix the MacOS build of the
      serialization library by, more generally, ensuring
      unsupported linker flags are not supplied to the
      selected linker.
      
      Note: The "check_linker_flag" utility is used by
      this change which requires cmake >= 3.18,
      therefore, the minimum supported cmake version in
      this project has been bumped from 3.13.4 to 3.18.
      
      Signed-off-by: Luke Hutton's avatarLuke Hutton <luke.hutton@arm.com>
      Change-Id: I8434c1fb7237e011fa3df720de79e2053b8c9fbb
      9e3b662d
  17. May 09, 2025
  18. May 02, 2025
  19. May 01, 2025
  20. Apr 30, 2025
  21. Apr 28, 2025
  22. Apr 22, 2025
  23. Apr 17, 2025
    • Michael Platings's avatar
      Remove Git submodules · e8be4754
      Michael Platings authored
      
      
      Use CMake's FetchContent feature instead, the same as is already done
      for GoogleTest.
      
      This change necessitates copying flatc and reflection.fbs as part of the build process to a known
      location in the source directory, since the flatbuffer sources are no longer directly in the source
      tree. CMake targets have been added to do this. regenerate_headers.sh is updated accordingly.
      
      Signed-off-by: Michael Platings's avatarMichael Platings <michael.platings@arm.com>
      Change-Id: Idc08297a3e8dac3da978e5d537b1e6d04279a070
      e8be4754
  24. Apr 09, 2025
  25. Apr 02, 2025
  26. Apr 01, 2025
  27. Mar 24, 2025
  28. Mar 20, 2025
    • Yuvaraj Venkatesh's avatar
      Apply Hardened compiler flags to CMake · 3999888d
      Yuvaraj Venkatesh authored
      
      
      - Introduced `CXX_FLAGS` and `LINKER_FLAGS` for Hardened compiler and linker options.
      - Added `apply_flags()` function to enforce compiler and linker flags per target.
      - Marked third-party includes (`half/include`) as `SYSTEM PUBLIC` to suppress warnings.
      
      Signed-off-by: default avatarYuvaraj Venkatesh <yuvaraj.venkatesh@arm.com>
      Change-Id: I1b1e06f9bdd7c10d87fba31d6f25d9fa13f072be
      3999888d
    • Ian Tayler Lessa's avatar
      Expand type support in cfloat.h · 947e6aff
      Ian Tayler Lessa authored
      
      
      - Add support for unsigned floats
      - Other improvements to cfloat.h
      - Add cfixed template for fixed point types
      - Reorganise cmicroscaling with floating point types in cfloat.h and
        fixed point types in cfixed.h
      - Add missing specialisations for numeric_limits
      
      Signed-off-by: Ian Tayler Lessa's avatarIan Tayler Lessa <ian.taylerlessa@arm.com>
      Change-Id: Ia471bda84f1784ccf49277f93df2c2e712af5b36
      947e6aff
  29. Mar 19, 2025
Loading