Skip to content
  1. Feb 19, 2024
  2. Feb 09, 2024
  3. Feb 06, 2024
  4. Jan 30, 2024
  5. Jan 26, 2024
  6. Jan 24, 2024
  7. Jan 18, 2024
  8. Jan 16, 2024
  9. Dec 22, 2023
  10. Dec 20, 2023
  11. Dec 19, 2023
  12. Nov 21, 2023
  13. Nov 16, 2023
  14. Nov 15, 2023
  15. Nov 13, 2023
  16. Nov 09, 2023
    • Johan Alfvén's avatar
      MLBEDSW-8290: MLCE: Add TRANSPOSE support · a8fda88b
      Johan Alfvén authored
      
      
       - Added graph optimiser function to convert TRANSPOSE op
      into an AvgPool op with swapped stride for height and width
       - Added TRANSPOSE supported op check
       - Added unit tests for TRANSPOSE supported op check
       - Updated SUPPORTED_OPS.md
       - Fixed problem in pass packing when optimizing the pass list.
      Old problem, but now seen when moving TRANSPOSE from cpu.
      
      Change-Id: I0a0ef420b0fb8241090c2e2434622881105cde15
      Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
      3.10.0.rc1
      a8fda88b
  17. Nov 06, 2023
    • Johan Alfvén's avatar
      MLBEDSW-8261: Fix regression on AvgPool · 4bf0cdf5
      Johan Alfvén authored
      
      
      - When adding extended stride support for CONV_2D a
      regression was introduced for AvgPool causing an
      output diff for a particular test case.
      - The reason was that the logic for forcing the
      zero point to zero when generating the cmd stream
      did not have a check for explicit padding.
      - Updated logic to also include check for explicit
      padding.
      
      Change-Id: Iee4893a83a05279e592fe230f4d66d9c9ddb3e05
      Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
      4bf0cdf5
  18. Nov 02, 2023
    • Bjorn Davidsson's avatar
      MLBEDSW-8117: Incorrect stride check for IFM/IFM2 and OFM · 199e8e66
      Bjorn Davidsson authored
      
      
      The constraint check for the IFM/IFM2/OFM strides were coded
      according to an incorrect version of the specification.
      
      Changed the check to verify that the strides are a multiple
      of 16 bytes. Also changed the wording in the exception message
      to clarify if it is a stride or value violating the constraint.
      
      Test case had two stride settings violating the constraint,
      after this change one of them still fails the check, so
      no change to tests, except in comments clarifying what is
      being tested.
      
      Change-Id: I93815d8bb08303b5f747c947c0bbd461b12895e3
      Signed-off-by: Bjorn Davidsson's avatarBjörn Davidsson <bjoern.davidsson@arm.com>
      199e8e66
  19. Oct 31, 2023
  20. Oct 30, 2023
  21. Oct 11, 2023
  22. Oct 10, 2023
  23. Oct 05, 2023
  24. Oct 03, 2023
    • Johan Alfvén's avatar
      MLBEDSW-8102: Fix regression on Argmax int64 · 7972ee80
      Johan Alfvén authored
      
      
      - Fixed a regression where DepthWiseConv used in argmax int64
      had the wrong shape.
      
      - The error was introduced when adding support for a new operator
      that changed the weight shape for the cast utility function. That
      change only worked because reorder_depthwise_weights was called
      later. Since argmax is converted after reorder_depthwise_weights
      the cast operator in argmax got the wrong shape.
      
      - The fix is to set the correct weight shape in the cast operator
      and then mark that the weights already have been transposed correctly.
      
      Change-Id: I61f5694f078cfcaf0d46d43faead6eb7e0a23ade
      Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
      7972ee80
  25. Sep 18, 2023
  26. Sep 14, 2023
  27. Sep 13, 2023
  28. Sep 12, 2023
  29. Sep 06, 2023
Loading