Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/tosa_mlir_translator. Pull mirroring updated .
  1. Jul 14, 2025
  2. Jul 01, 2025
  3. Jun 26, 2025
  4. Jun 18, 2025
  5. Jun 10, 2025
  6. Jun 09, 2025
  7. Jun 04, 2025
    • Tai Ly's avatar
      [tosa_mlir_translator] Fix Variable Op serialization · f7d298cb
      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
      f7d298cb
  8. May 30, 2025
  9. May 29, 2025
  10. May 28, 2025
  11. May 19, 2025
  12. May 14, 2025
    • Tai Ly's avatar
      [tosa_mlir_translator] Update serialization lib githash · 349a218b
      Tai Ly authored
      
      
      This patch updates the serialization lib githash to include:
      
      23f755a [serialization_lib] update tosa_serializer.py
      30b9ca8 [serialization_lib] update README.md
      199425b Set warnings as errors
      a24fbe5 [serialization_lib] Add Op Info
      9e3b662 Avoid supplying unsupported linker flags
      877c7ff Use portable type with random engine
      b22b01d Apply hardened flags to test/gtest subdir and fixed the warnings
      565b58c Update save_npy/load_npy, add STORAGE_MAP & get_tosa_dtype_mapping
      d149525 [ser lib] Remove incompatible hardened flags
      5e240c6 [SDL] Remove SDL banned functions
      9254a9e Set CMP0135 to improve FetchContent cache
      5a85d26 Remove expected_return_code in desc.json
      fba6f8d Add SECURITY.md to list third-party dependencies
      e8be475 Remove Git submodules
      1fadda4 Avoid explicit new
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: Ib26761e3c362069d768893ebaf96ca33c763bce2
      349a218b
  13. May 13, 2025
  14. May 12, 2025
  15. May 09, 2025
    • Michael Platings's avatar
      Simplify use of check-mlir-serialize-deserialize · 12f58057
      Michael Platings authored and Eric Kunze's avatar Eric Kunze committed
      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
      12f58057
  16. May 07, 2025
  17. Apr 30, 2025
  18. Apr 21, 2025
  19. Apr 17, 2025
  20. Apr 16, 2025
  21. Apr 09, 2025
  22. Apr 07, 2025
  23. Apr 01, 2025
  24. Mar 18, 2025
  25. Mar 13, 2025
  26. Mar 11, 2025
  27. Feb 21, 2025
  28. Feb 19, 2025
  29. Feb 12, 2025
  30. Feb 11, 2025
  31. Jan 29, 2025
Loading