Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Jun 02, 2025
  2. May 30, 2025
  3. May 29, 2025
  4. May 28, 2025
  5. May 19, 2025
    • Justin Ngo's avatar
      Add Torch Unit Test Suite to Reference Model · 49c51ad8
      Justin Ngo authored and Eric Kunze's avatar Eric Kunze committed
      
      
      Unit test test suite for PyTorch utilizing FxImporter to lower PyTorch
      graphs to Torch-MLIR then to TOSA IR. Current infrastructure is mostly
      based on the existing TF/TFL frameworks test suite.
      
      This is the initial work for the Torch unit test suite. The end goal
      is to add more Torch unit tests for a more robust test suite.
      
      Signed-off-by: default avatarJustin Ngo <justin.ngo@arm.com>
      Change-Id: I829ddf708556488166bc2bfdd4b52a1cfb4fc34d
      49c51ad8
  6. May 16, 2025
    • Yuvaraj Venkatesh's avatar
      Fix OpenSSF-related warnings for GCC · c7c8aa3d
      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>
      c7c8aa3d
  7. May 14, 2025
  8. May 13, 2025
  9. May 12, 2025
  10. May 08, 2025
  11. May 06, 2025
  12. May 02, 2025
  13. May 01, 2025
  14. Apr 30, 2025
    • Ian Tayler Lessa's avatar
      Relax INEXACT_ROUND conformance · ee3475b8
      Ian Tayler Lessa authored and Jeremy Johnson's avatar Jeremy Johnson committed
      
      
      Update the bounds calculations to account for floating point rounding
      when summing the output zero points in rescale.
      
      Also add some unit tests for inexact rescale in the output_unsigned case
      because the "signless" input value could easily be interpreted
      incorrectly when converting to floating point.
      
      Signed-off-by: Ian Tayler Lessa's avatarIan Tayler Lessa <ian.taylerlessa@arm.com>
      Change-Id: Ia2b1fba90162b78772ce15c2f4fc3a521967b4b4
      ee3475b8
  15. Apr 29, 2025
  16. Apr 28, 2025
  17. Apr 25, 2025
    • Michael Platings's avatar
      Fix incompatibility with CMake 4 · 1574d2e8
      Michael Platings authored
      
      
      cxxopts 2 is incompatible with CMake 4 so upgrade to 3.2.1
      
      The latest version of doctest is still incompatible with CMake 4 so
      patch the sources to make it compatible.
      The patch command used is not pretty but it's pure CMake so doesn't rely
      on any other tools being installed.
      
      Signed-off-by: Michael Platings's avatarMichael Platings <michael.platings@arm.com>
      Change-Id: I563d93004f73ef0e1cf7de740e7159c4aeaea1dc
      1574d2e8
  18. Apr 24, 2025
  19. Apr 23, 2025
  20. Apr 22, 2025
Loading