Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/tosa_mlir_translator. Pull mirroring updated .
  1. May 13, 2025
  2. May 09, 2025
  3. 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
  4. Apr 17, 2025
  5. Apr 03, 2025
  6. Apr 02, 2025
  7. Mar 31, 2025
  8. Mar 11, 2025
  9. Feb 20, 2025
  10. Feb 13, 2025
  11. Feb 11, 2025
  12. Feb 10, 2025
  13. Feb 03, 2025
  14. Jan 30, 2025
  15. Jan 27, 2025
  16. Jan 22, 2025
  17. Jan 21, 2025
  18. Jan 20, 2025
  19. Jan 13, 2025
  20. Jan 10, 2025
  21. Jan 09, 2025
  22. Jan 08, 2025
  23. Jan 07, 2025
  24. Jan 02, 2025
  25. Dec 12, 2024
  26. Dec 03, 2024
  27. Nov 15, 2024
    • Peng Sun's avatar
      Minor cleanup · fe49b9c9
      Peng Sun authored
      
      
        * Removed unused lines and variables
        * Corrected path to `TosaOps.td`
      
      Change-Id: Ibf51adb88c05ad3d88be253bf1978d3cdee2d090
      Signed-off-by: Peng Sun's avatarPeng Sun <peng.sun@arm.com>
      fe49b9c9
  28. Nov 13, 2024
  29. Nov 11, 2024
  30. Oct 23, 2024
  31. Oct 21, 2024
  32. Oct 07, 2024
    • Tai Ly's avatar
      bug fix deserialization of conv ops · 97c5a959
      Tai Ly authored
      
      
      input_zp and weight_zp attributes are disallowed for floating point inputs
      for Conv2d, Conv3d, DepthwiseConv2d and TransposeConv2d
      
      the deserialization code previously constructed operators with attributes with default values of 0 for floating point inputs.
      
      This patch fixes this by specifying nullptr for input_zp_attr and weight_zp_attr instead.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I37a065f9f8093363b34465ccfe9bc1e0fe424ca7
      97c5a959
  33. Oct 04, 2024
  34. Oct 01, 2024
Loading