Skip to content
  1. Nov 14, 2024
    • Mauricio Briceno's avatar
      MLBEDSW-9784: Constant propagation pass · 3efd8b62
      Mauricio Briceno authored and Johan Alfvén's avatar Johan Alfvén committed
      
      
      - Add support for constant propagation via separate graphir pass set
      - Add RewriteFunctions attribute to select traversal direction
      - Constant propagation pass traversal direction is forward
      - Fixed test/util CreateGraph to not include constant tensors as Graph
        IO
      - This change introduces support for TOSA::LOGICAL_LEFT_SHIFT only
      
      Change-Id: I7d63f3c6b11c715fc76ec37f79e85e6a75f6aa87
      Signed-off-by: Mauricio Briceno's avatarMauricio Briceno <mauricio.briceno@arm.com>
      4.1.0.rc1
      3efd8b62
    • Johan Alfvén's avatar
      MLBEDSW-9133: Output diff on MEAN op · e4a98830
      Johan Alfvén authored
      
      
       - A MEAN op with IFM rank two and reduce in C dimension caused an
      output diff
       - The reason was that the intermediate tensor for calculating the sum
      had the wrong shape because the reduceAxis shape had been padded to 4D
       - The fix is to use the original reduceAxis shape when calculating the
      shape for the sum tensor
      
      Change-Id: I144adfe07f697fecba6f7237e8b216295654f8ae
      Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
      e4a98830
  2. 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
  3. Nov 12, 2024
  4. Nov 11, 2024
  5. Nov 08, 2024
  6. Nov 07, 2024
  7. Nov 06, 2024
  8. Nov 04, 2024
  9. Nov 01, 2024
  10. Oct 30, 2024
  11. Oct 29, 2024
  12. Oct 28, 2024
  13. Oct 22, 2024
  14. Oct 21, 2024
  15. Oct 18, 2024
  16. Oct 17, 2024
Loading