Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Jun 20, 2025
  2. Jun 19, 2025
  3. Jun 17, 2025
  4. Jun 13, 2025
  5. Jun 12, 2025
  6. Jun 11, 2025
  7. Jun 09, 2025
  8. Jun 05, 2025
  9. Jun 03, 2025
  10. May 30, 2025
  11. May 28, 2025
  12. May 20, 2025
  13. May 19, 2025
  14. May 16, 2025
    • Yuvaraj Venkatesh's avatar
      Fix OpenSSF-related warnings for GCC · 4718b915
      Yuvaraj Venkatesh authored
      
      
      These warnings were not flagged by Clang but triggered by the GCC compiler.
      
      GCC 9.4 throws relocation errors when linking with -pie unless all objects are compiled with -fpie.
      To resolve this, replaced -pie with -fpie to ensure consistent position-independent code generation
      during both compilation and linking.
      
      Change-Id: Iba7ce1d0e84d8040dafe65c41fd553c342507cbc
      Signed-off-by: default avatarYuvaraj Venkatesh <yuvaraj.venkatesh@arm.com>
      4718b915
  15. May 15, 2025
  16. May 14, 2025
    • Tai Ly's avatar
      [ref model] update serialization lib githash · 3e721bd1
      Tai Ly authored
      
      
      This patch updates the serialization lib githash to include:
      
      23f755a [serialization_lib] update tosa_serializer.py
      30b9ca8 [serialization_lib] update README.md
      199425b Set warnings as errors
      a24fbe5 [serialization_lib] Add Op Info
      9e3b662 Avoid supplying unsupported linker flags
      877c7ff Use portable type with random engine
      b22b01d Apply hardened flags to test/gtest subdir and fixed the warnings
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I15ca084c334595d42b7774c83222631b70d1e72a
      3e721bd1
  17. May 12, 2025
  18. May 09, 2025
    • Luke Hutton's avatar
      Avoid supplying unsupported linker flags · c323fff4
      Luke Hutton authored and Philip742's avatar Philip742 committed
      
      
      This commit aims to fix the MacOS build of the
      reference model 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.16 to 3.18.
      
      Change-Id: I17b1c176d328088554c231539ddfe3b057914547
      Signed-off-by: Luke Hutton's avatarLuke Hutton <luke.hutton@arm.com>
      c323fff4
    • Luke Hutton's avatar
      Fix macos build by ensuring eigen index type uses int64_t · e7b4ca69
      Luke Hutton authored and Philip742's avatar Philip742 committed
      
      
      Previously we were drifting between LP64’s default (long) and a
      hand-exported int64_t, which led to ABI/template mismatches
      (“Eigen::Index == long” vs “int64_t”). This commit changes eigen's
      default index type to int64_t to align with the reference models's
      usage of eigen.
      
      Change-Id: If88a6b137011c942044b6516e5a030e2db4bb92f
      Signed-off-by: Luke Hutton's avatarLuke Hutton <luke.hutton@arm.com>
      e7b4ca69
  19. May 02, 2025
  20. May 01, 2025
  21. Apr 30, 2025
Loading