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