Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Jul 14, 2025
  2. Jul 11, 2025
  3. Jul 01, 2025
  4. Jun 30, 2025
  5. Jun 27, 2025
    • Ian Tayler Lessa's avatar
      Fix ULP bound for MAX_RESIZE mode · 866d5315
      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
      866d5315
    • Ian Tayler Lessa's avatar
      Rename RELATIVE verify mode to MAX_RELATIVE · a821cf6c
      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
      a821cf6c
  6. Jun 26, 2025
  7. Jun 24, 2025
  8. Jun 20, 2025
  9. Jun 19, 2025
  10. Jun 17, 2025
  11. Jun 13, 2025
  12. Jun 12, 2025
  13. Jun 11, 2025
  14. Jun 09, 2025
  15. Jun 05, 2025
  16. Jun 03, 2025
  17. May 30, 2025
  18. May 28, 2025
  19. May 20, 2025
  20. May 19, 2025
  21. 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
  22. May 15, 2025
Loading