Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Jun 19, 2025
  2. Jun 18, 2025
  3. Jun 17, 2025
  4. Jun 16, 2025
  5. Jun 13, 2025
  6. Jun 11, 2025
  7. Jun 10, 2025
  8. Jun 09, 2025
  9. Jun 05, 2025
  10. Jun 04, 2025
  11. Jun 03, 2025
  12. Jun 02, 2025
  13. May 30, 2025
  14. May 29, 2025
  15. May 28, 2025
  16. 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
  17. 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
  18. May 14, 2025
  19. May 13, 2025
  20. May 12, 2025
  21. May 08, 2025
  22. May 06, 2025
  23. May 02, 2025
  24. May 01, 2025
  25. 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
  26. Apr 29, 2025
Loading