Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/tosa_mlir_translator. Pull mirroring updated .
  1. Jul 29, 2025
  2. Jul 22, 2025
  3. Jul 20, 2025
  4. Jul 14, 2025
  5. Jul 03, 2025
    • Luke Hutton's avatar
      Remove support for unsigned data types · d7eb65c5
      Luke Hutton authored and Jeremy Johnson's avatar Jeremy Johnson committed
      
      
      Currently the translator implicity converts unsigned data types
      to signless while serializing to a TOSA flatbuffer. This results
      in information loss while deserializing. This commit removes
      support for unsigned data types in the serializer. It is expected
      that the user will run `--tosa-convert-integer-type-to-signless`
      before serialization.
      
      Change-Id: I1f8cfb4575faf92827d53a0b4c0cf9d088acc457
      Signed-off-by: Luke Hutton's avatarLuke Hutton <luke.hutton@arm.com>
      d7eb65c5
  6. Jul 01, 2025
  7. Jun 26, 2025
  8. Jun 25, 2025
  9. Jun 18, 2025
    • udaya-ranga's avatar
      Fix MLIR Location in de-serialization · d6e9a9f8
      udaya-ranga authored
      
      
      * Add mlir::NameLoc with mlir::FileLineColLoc as ChildLoc to preserve
      locations across serialize-deserialize iterations.
      * Add location information to test files and aprropriate CHECK commands
      
      Signed-off-by: udaya-ranga's avatarUdaya Ranga <udaya.ranga@arm.com>
      Change-Id: I48725f9c354e1bacd76b20c137e58a1b63059e70
      (cherry picked from commit 67fbed32eeca2153ff7114a348d4cabd4d889ad3)
      d6e9a9f8
  10. Jun 09, 2025
    • TatWai Chong's avatar
      Revive the support of COND_IF's simplified form · 86431c0f
      TatWai Chong authored
      
      
      Reintroduce support for the custom simplified form of COND_IF to improve
      readability.
      
      Additionally, an optional check has been added to TOSA validation pass
      in MLIR to ensure that the form of control-flow operations conform to
      the specification.
      
      Signed-off-by: TatWai Chong's avatarTatWai Chong <tatwai.chong@arm.com>
      Change-Id: I588e3781e2ebd3b28fa989fa570cf222138146b3
      86431c0f
    • udaya-ranga's avatar
      Replace half with cfloat · 9e783425
      udaya-ranga authored and udaya-ranga's avatar udaya-ranga committed
      
      
      Updated serialization_lib
      
      59204e4 Remove wrongly included thirdparty/flatbuffers
      969f5c5 Add tests for npy serialization of cfloat types
      5a579fa Remove usage of half_float
      
      Signed-off-by: udaya-ranga's avatarUdaya Ranga <udaya.ranga@arm.com>
      Change-Id: Ia63bfdb1db960988cf3326daf0bc854f0fa6e741
      9e783425
  11. Jun 06, 2025
  12. Jun 04, 2025
    • Tai Ly's avatar
      [tosa_mlir_translator] Fix Variable Op serialization · 720ab241
      Tai Ly authored
      
      
      Tosa variable op interface has changed.
      the attribute "type" used to specify variable type,
      but now it specifies element type.
      Changed to use tosa::getVariableType(VariableOp) to get
      type of variable.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: Idc7adc546c1f1eafacc0a96167bdb32929c7cb27
      720ab241
  13. Jun 03, 2025
  14. May 30, 2025
  15. May 29, 2025
  16. May 16, 2025
  17. May 14, 2025
  18. May 13, 2025
  19. May 09, 2025
  20. May 01, 2025
    • Michael Platings's avatar
      Simplify use of check-mlir-serialize-deserialize · 6c64f638
      Michael Platings authored
      With these changes it's no longer necessary for a user to make changes
      to their PATH before they can run the tests. The lit configuration
      handles it automatically.
      
      Also remove unnecessary and potentially incorrect settings from the lit
      configuration.
      
      Change-Id: Ibe032b0abc2c49709226535bbc0737069b80bb0d
      6c64f638
  21. Apr 17, 2025
  22. Apr 03, 2025
  23. Apr 02, 2025
  24. Mar 31, 2025
  25. Mar 11, 2025
  26. Feb 20, 2025
  27. Feb 13, 2025
  28. Feb 11, 2025
  29. Feb 10, 2025
  30. Feb 03, 2025
  31. Jan 30, 2025
  32. Jan 27, 2025
  33. Jan 22, 2025
  34. Jan 21, 2025
Loading