Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Jul 20, 2025
  2. Jul 16, 2025
  3. Jul 01, 2025
  4. Jun 27, 2025
  5. Jun 25, 2025
  6. Jun 24, 2025
  7. Jun 23, 2025
  8. Jun 16, 2025
  9. Jun 13, 2025
  10. Jun 05, 2025
  11. Jun 04, 2025
  12. Jun 02, 2025
  13. May 30, 2025
  14. May 29, 2025
  15. May 28, 2025
  16. May 21, 2025
    • Tai Ly's avatar
      [serialization_lib] Add TosaShape to schema · 3efc846f
      Tai Ly authored
      
      
      This adds TosaShape to tosa flatbuffer schema, to serialize
      values of tosa.shape type
      and add "shapes" to the TosaBasicBlock to hold an array of
      these tosa shapes.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: Ia84c7f90428d6cfe45b271ea380ee14f4a8a677a
      3efc846f
  17. May 14, 2025
  18. May 13, 2025
  19. May 12, 2025
  20. May 09, 2025
    • Luke Hutton's avatar
      Avoid supplying unsupported linker flags · 2ffd96b0
      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
      2ffd96b0
  21. May 08, 2025
  22. May 02, 2025
  23. Apr 30, 2025
  24. Apr 28, 2025
  25. Apr 24, 2025
  26. Apr 10, 2025
  27. Apr 09, 2025
  28. Apr 08, 2025
  29. Apr 04, 2025
  30. Apr 01, 2025
  31. Mar 31, 2025
  32. Mar 27, 2025
  33. Mar 20, 2025
    • Yuvaraj Venkatesh's avatar
      Apply Hardened compiler flags to CMake · ca5b4848
      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
      ca5b4848
    • Ian Tayler Lessa's avatar
      Expand type support in cfloat.h · 7dd5f2c4
      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
      7dd5f2c4
Loading