Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/specification. Pull mirroring updated .
  1. May 16, 2025
  2. May 15, 2025
  3. May 14, 2025
  4. May 08, 2025
  5. May 02, 2025
  6. Apr 29, 2025
  7. Apr 28, 2025
  8. Apr 15, 2025
  9. Apr 08, 2025
  10. Apr 07, 2025
  11. Mar 31, 2025
  12. Mar 18, 2025
  13. Mar 12, 2025
    • Eric Kunze's avatar
      Address issues found in specification · 77b3ae1a
      Eric Kunze authored
      
      
      Remove cond_t type from COND_IF and WHILE_LOOP, they aren't used
      anywhere else in the description of these operators
      
      Clean up the types for VARIABLE ops
        VARIABLE and VARIABLE_WRITE change var_t to in_t which represents
          the real types
        VARIABLE_READ changes var_t to out_t for the same reason
      
      Switch the order of index_t and in_out_t to make the Supported Data
      Type table consistent between SCATTER and GATHER.
      
      Fix a few typos
      
      Signed-off-by: Eric Kunze's avatarEric Kunze <eric.kunze@arm.com>
      Change-Id: I76295d6783b7531562cd730a12f189508579eeb2
      77b3ae1a
    • Luke Hutton's avatar
      Add missing level check for COND_IF condition · d54c8deb
      Luke Hutton authored and Eric Kunze's avatar Eric Kunze committed
      
      
      The rank range was already specified in the rank column of
      the table, simply adding a level check for max rank based
      on this.
      
      Signed-off-by: Luke Hutton's avatarLuke Hutton <luke.hutton@arm.com>
      Change-Id: Id463dcee66ccef0c15ccc4991db9800dd7a1f889
      d54c8deb
  14. Mar 10, 2025
  15. Feb 11, 2025
  16. Feb 04, 2025
  17. Jan 31, 2025
  18. Jan 13, 2025
  19. Jan 08, 2025
    • Luke Hutton's avatar
      Fix some non-functional inconsistencies in floating-point compliance · 5c04ab3c
      Luke Hutton authored
      
      
      In the floating point compliance section in the spec,
      there were some subtle discrepancies between the
      introductory paragraphs and the pseudocode below it.
      The changes in this commit aim to fix these. More
      specifically:
      - "fp64 arithmetic" was defined but not used. This
        phrase has now been used in the bullet below and
        in the pseudocode.
      - "operation_fp64" and "operation_imp" functions
        were defined but not used elsewhere in the spec.
        These have been amended to the same name as the
        functions called in the pseudocode.
      - An unecessary "." in the `output_bnd` defintion
        was removed from the pseudocode.
      
      Signed-off-by: Luke Hutton's avatarLuke Hutton <luke.hutton@arm.com>
      Change-Id: I229bc81a7b3b577cb6c609dbaa102a77f1a8d604
      5c04ab3c
  20. Dec 21, 2024
  21. Dec 12, 2024
  22. Dec 10, 2024
  23. Dec 09, 2024
  24. Nov 26, 2024
  25. Nov 20, 2024
Loading