Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/tosa_mlir_translator. Pull mirroring updated .
  1. Sep 24, 2024
  2. Sep 21, 2024
  3. Sep 17, 2024
  4. Aug 12, 2024
  5. Aug 07, 2024
  6. Aug 06, 2024
  7. Aug 04, 2024
  8. Aug 03, 2024
  9. Aug 02, 2024
  10. Jul 04, 2024
    • Elen Kalda's avatar
      [tosa_mlir_translator] Remove unused cast · 63483678
      Elen Kalda authored
      Remove the dead code cast. When the translator is compiled with
      optimisations, it gets optimised out, but when the translator is
      compiled without optimisations, this code runs and can cause an error.
      
      Change-Id: I3b45bc76b23fbcfd2df07b23a86e0dc9e532f1e7
      63483678
  11. Jun 24, 2024
  12. Jun 19, 2024
  13. Jun 18, 2024
  14. May 28, 2024
  15. Apr 30, 2024
  16. Apr 25, 2024
  17. Apr 19, 2024
  18. Apr 15, 2024
  19. Mar 19, 2024
  20. Mar 18, 2024
  21. Mar 07, 2024
  22. Mar 06, 2024
  23. Mar 05, 2024
  24. Mar 01, 2024
  25. Feb 28, 2024
  26. Feb 27, 2024
  27. Feb 23, 2024
  28. Feb 22, 2024
  29. Feb 21, 2024
    • Tai Ly's avatar
      [tosa_mlir_translator] Add FP8 support · 86db8bc3
      Tai Ly authored
      
      
      Add serialization and deserialization support for FP8 data types.
      Also, added deserialization support for BF16 constants.
      BF16 and FP8 constants are serialized and deserialized as F32 values.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I919acd82dc5e0b85024b6403d9623eaa26151aef
      86db8bc3
  30. Feb 05, 2024
  31. Feb 01, 2024
  32. Jan 31, 2024
  33. Jan 30, 2024
    • Tai Ly's avatar
      Change PadOp's padding to TOSA Shape · 06cb91ba
      Tai Ly authored
      
      
      PadOp's padding input is now a tosa.shape type.
      Changed serialization of PadOp to not store padding as attribute.
      Changed deserialization of PadOp to not restore padding from attribute.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I8a622978ea184b8d2779d311adba629c1a0d1fbd
      06cb91ba
  34. Jan 18, 2024
  35. Dec 02, 2023
  36. Nov 27, 2023
Loading