Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Jun 30, 2025
  2. Jun 27, 2025
    • Ian Tayler Lessa's avatar
      Fix ULP bound for MAX_RESIZE mode · 51201a53
      Ian Tayler Lessa authored
      
      
      This now correctly computes the ULP bound relative to the maximum
      absolute input, while previously we were computing it relative to the
      reference output.
      
      Extend the unit test coverage for max resize verification to catch
      regressions and other bugs in bfloat16 and float16
      
      Refactor a calcAbsErrorBound function matching the spec to use across
      verification code.
      
      Signed-off-by: Ian Tayler Lessa's avatarIan Tayler Lessa <ian.taylerlessa@arm.com>
      Change-Id: I04b08d5d160258c560dbfde3b70247d76bf3f225
      51201a53
    • Ian Tayler Lessa's avatar
      Rename RELATIVE verify mode to MAX_RELATIVE · bc3ab19f
      Ian Tayler Lessa authored
      
      
      RELATIVE allows error relative to some fixed 'max' value, i.e. fixed
      error for all outputs in an operation.
      
      Renaming it to MAX_RELATIVE allows us to add a second mode,
      OUTPUT_RELATIVE, which will allow error relative to each output in an
      operator.
      
      The OUTPUT_RELATIVE mode will be coming as a separate patch.
      
      Signed-off-by: Ian Tayler Lessa's avatarIan Tayler Lessa <ian.taylerlessa@arm.com>
      Change-Id: Ia70549c19ec781b1172cb1a2a7fd0da581489ca5
      bc3ab19f
  3. Jun 26, 2025
  4. Jun 25, 2025
  5. Jun 23, 2025
  6. Jun 19, 2025
  7. Jun 18, 2025
  8. Jun 17, 2025
  9. Jun 16, 2025
  10. Jun 13, 2025
  11. Jun 11, 2025
  12. Jun 10, 2025
  13. Jun 09, 2025
  14. Jun 05, 2025
  15. Jun 04, 2025
  16. Jun 03, 2025
  17. Jun 02, 2025
  18. May 30, 2025
  19. May 29, 2025
  20. May 28, 2025
  21. 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
  22. 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
  23. May 14, 2025
  24. May 13, 2025
  25. May 12, 2025
  26. May 08, 2025
  27. May 06, 2025
  28. May 02, 2025
Loading