Skip to content
  1. May 11, 2022
  2. May 09, 2022
  3. May 04, 2022
  4. Apr 27, 2022
  5. Apr 21, 2022
    • Ayaan Masood's avatar
      MLBEDSW-5384 FC layers run on NPU if underlying shape is 2D · a2ec5aa7
      Ayaan Masood authored
      
      
      *Added generic function which checks if underlying shape of
      FullyConnected operation is 2D and performs shape reduction
      *Fully connected operation >2 dimensions now run on NPU if the above
      case is satisfied
      *constraint_fc_output_2d and rewrite_fully_connected_input refactored
      *Added unit test to confirm this functionality
      
      Signed-off-by: default avatarAyaan Masood <Ayaan.Masood@arm.com>
      Change-Id: I0e29c767e5b84841eb53bbc44464b36a454f7b38
      a2ec5aa7
  6. Apr 20, 2022
    • Tim Hall's avatar
      MLBEDSW-6407: Vela fails with TypeError in npu_performance · f9267da3
      Tim Hall authored
      
      
       - This is due to calling range() on a non-integer value which in turn is due
      to a change in the behaviour of round() on numpy.float64 values
       - The fix is to always force the output of the round() to be an integer and
      thereby stop whole number floating point values propagating into the kernel
      dimensions which later feed into the range().
      
      Signed-off-by: Tim Hall's avatarTim Hall <tim.hall@arm.com>
      Change-Id: Ic75cb6ba85a90c81c1d762067d89a10caaa13b92
      f9267da3
    • Rickard Bolin's avatar
      MLBEDSW-6371: Output diff caused by operator clone bug · 814d01f5
      Rickard Bolin authored
      
      
      - Modify the operator clone function to also clone resampling mode
      attribute.
      
      A previous patch changed the ifm resampling mode to be an attribute of
      an operator rather than a tensor but did not modify the operator clone
      function to clone the new attribute.
      
      Signed-off-by: Rickard Bolin's avatarRickard Bolin <rickard.bolin@arm.com>
      Change-Id: I7a2f6103666a0997f657de20ad962e849976b904
      814d01f5
  7. Apr 08, 2022
  8. Apr 07, 2022
  9. Apr 04, 2022
    • Tim Hall's avatar
      vela: Minor refactor · a3fe6658
      Tim Hall authored
      
      
       - Changed comments to docstring on QuantizationParams
       - Simplified op type to op name conversion
      
      Signed-off-by: Tim Hall's avatarTim Hall <tim.hall@arm.com>
      Change-Id: I2fdf5922cc17944c9bd37917a85fdfe50a1e651d
      a3fe6658
  10. Mar 31, 2022
  11. Mar 30, 2022
  12. Mar 28, 2022
  13. Mar 21, 2022
  14. Mar 17, 2022
  15. Mar 14, 2022
  16. Mar 11, 2022
    • Diqing Zhong's avatar
      Vela: Fix diff in mean op · 1ddb2ed5
      Diqing Zhong authored
      
      
        - Extend ifm/ofm dimensions explicitly in mean op
          This fix a bug when ifm/ofm shape has different dimensions
          e.g. IFM=1x19x18x25 axis=2 OFM=1x19x25,
               the ofm_shape should be 1x19x1x25, not 1x1x19x25
        - Fix wrong weight shape
      
      Change-Id: I269eb71ea56c09deee2aa6c6433d9b2baa98a113
      Signed-off-by: default avatarDiqing Zhong <diqing.zhong@arm.com>
      1ddb2ed5
  17. Mar 08, 2022
  18. Mar 04, 2022
  19. Feb 25, 2022
  20. Feb 24, 2022
  21. Feb 22, 2022
  22. Feb 21, 2022
  23. Feb 17, 2022
  24. Feb 15, 2022
  25. Feb 09, 2022
  26. Feb 08, 2022
Loading