Skip to content
  1. Nov 27, 2024
  2. Nov 21, 2024
  3. Nov 19, 2024
  4. Nov 18, 2024
  5. Nov 15, 2024
    • Bjorn Davidsson's avatar
      MLBEDSW-8783 Decompose CONV_2D with large strides · 70b82a27
      Bjorn Davidsson authored
      
      
      Add support for CONV_2D with stride > 3:
      
      * Decompose into blocks that fit in accumulator RAM.
        This also adds support for FM dimensions > 64K.
      * Add checks for support of accumulator control to architecture.
      * Decompose ops with large strides to multiple 1x1-kernel ops, all adding to the same
        accumulators.
      
      Change-Id: I083a5ca112d14019f0317813564e9d3309a69bd1
      Signed-off-by: Bjorn Davidsson's avatarBjörn Davidsson <bjoern.davidsson@arm.com>
      70b82a27
  6. Nov 14, 2024
  7. Nov 13, 2024
    • Johan Alfvén's avatar
      MLBEDSW-9912: Make sure weight buffering cost is cleared · 3ce02f61
      Johan Alfvén authored
      
      
       - Fixed a problem when the final scheduler cost contained wrong info
      about Weight buffer when it should not. This caused the tensor
      allocation to fail due to over allocation
       - The reason is that after optimizing the cascades, the final call to
      ProposeScheduleBuffering decided that it would not need any buffering.
       - However, due to some missing code the weight buffering cost was not
      cleared so memory size went over the limit
       - Added code to clear the weight buffering cost when it is not needed
      
      Change-Id: I92db5c6199c99ca1ae4a21b62dfd17f2cae6ac9b
      Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
      3ce02f61
  8. Nov 12, 2024
  9. Nov 11, 2024
  10. Nov 08, 2024
  11. Nov 07, 2024
  12. Nov 06, 2024
Loading