1. 28 7月, 2022 5 次提交
  2. 27 7月, 2022 3 次提交
  3. 26 7月, 2022 4 次提交
  4. 25 7月, 2022 1 次提交
  5. 22 7月, 2022 1 次提交
  6. 21 7月, 2022 1 次提交
    • X
      [ Phi ] svd transfer (#44392) · ba89a3d3
      xiongkun 提交于
      * svd cpu forward
      
      * svd gpu forward
      
      * transfer the backward of svd
      
      * remove cusolver in svd_grad
      
      * svd kernel bug fix
      
      * fix bugs
      
      * fix bugs.
      
      * fix bug
      ba89a3d3
  7. 20 7月, 2022 6 次提交
  8. 19 7月, 2022 1 次提交
    • W
      [Phi]Move angle op to phi (#44393) · 547075e9
      WangZhen 提交于
      * Move angle op to phi
      
      * Replace mutable_data using Alloc
      
      * Remove some include
      
      * Try to fix windows ci error
      
      * include math.h to fix windows ci error
      
      * Fix kernel name
      
      * Move angle_grad infershape
      547075e9
  9. 18 7月, 2022 1 次提交
  10. 16 7月, 2022 1 次提交
    • W
      [Phi] Migrate solve kernel to phi (#44363) · c0a7830f
      Weilong Wu 提交于
      * draft version
      
      * draft version
      
      * draft version
      
      * migrate solve kernel to phi
      
      * polish
      
      * polish
      
      * re useless header file, fix a bug in grad_kernel_impl
      
      * add header file in need
      c0a7830f
  11. 15 7月, 2022 1 次提交
  12. 14 7月, 2022 3 次提交
  13. 13 7月, 2022 2 次提交
  14. 12 7月, 2022 3 次提交
  15. 11 7月, 2022 2 次提交
  16. 07 7月, 2022 1 次提交
  17. 04 7月, 2022 1 次提交
  18. 01 7月, 2022 1 次提交
    • L
      Addition of switch_auto_tune option for transpose op (#43310) · 53d5abe3
      limingshu 提交于
      * 2nd part of transpose update
      
      * add switch_auto_tune option.
      
      * add some changes according to Ci
      
      * refine the structure of auto_tune_base.
      
      * merge develop changes
      
      * reset the switch_set_range and change unittest of transpose auto-tune
      
      * change the kernel auto-tune logits
      53d5abe3
  19. 30 6月, 2022 1 次提交
  20. 24 6月, 2022 1 次提交
    • Y
      [Phi]Change Copy from Kernel to basic component utils (#43622) · 2739bd73
      YuanRisheng 提交于
      * perfect copy
      
      * deal with conflict
      
      * deal with conflict
      
      * fix compile bugs
      
      * fix unittest bugs
      
      * change code format
      
      * deal with conflict
      
      * modify code by review
      
      * fix ce bugs
      
      * fix ce bugs
      
      * add lo
      
      * perfect code format
      
      * deal with conflicts
      2739bd73