1. 16 6月, 2022 1 次提交
  2. 15 6月, 2022 3 次提交
  3. 13 6月, 2022 1 次提交
  4. 10 6月, 2022 1 次提交
  5. 07 6月, 2022 3 次提交
  6. 06 6月, 2022 1 次提交
  7. 05 6月, 2022 1 次提交
  8. 04 6月, 2022 1 次提交
  9. 31 5月, 2022 1 次提交
  10. 30 5月, 2022 1 次提交
  11. 27 5月, 2022 1 次提交
  12. 26 5月, 2022 1 次提交
  13. 25 5月, 2022 1 次提交
  14. 20 5月, 2022 3 次提交
  15. 19 5月, 2022 1 次提交
    • Z
      [Phi] Change the output format of C++ backward api (Part2) (#42545) · 4427f1b1
      zyfncg 提交于
      * change the output format of C++ backward api
      
      * fix merge conflict
      
      * fix sparse api code auto-gen
      
      * fix eager_gen bug
      
      * fix bug of output is null
      
      * fix bug of conv2d_grad_impl
      
      * fix optional grad
      
      * fix bug of eager-gen double_grad
      
      * fix bug
      
      * fix multiply_double_grad bug
      
      * fix bug of higher order derivative
      
      * fix bug of FillZeroForEmptyGradInput
      
      * remove redundant vector in grad_node
      
      * fix bug of test_deformable_conv_v1_op
      
      * fix bug of test_deformable_conv_v1_op
      
      * some refacotr
      4427f1b1
  16. 16 5月, 2022 1 次提交
  17. 12 5月, 2022 1 次提交
  18. 10 5月, 2022 2 次提交
  19. 09 5月, 2022 1 次提交
  20. 01 5月, 2022 1 次提交
  21. 28 4月, 2022 1 次提交
  22. 27 4月, 2022 1 次提交
    • Z
      Optimize performance of dygraph (v4) (#42196) · 37e2f027
      zyfncg 提交于
      * optimize performance of dygraph
      
      * optimize performance of dygraph and elementwise_add
      
      * optimize the trace op
      
      * fix bug
      
      * fix bug
      
      * fix unittest bug
      
      * fix code format
      37e2f027
  23. 25 4月, 2022 2 次提交
  24. 18 4月, 2022 2 次提交
  25. 16 4月, 2022 1 次提交
  26. 14 4月, 2022 2 次提交
  27. 13 4月, 2022 1 次提交
  28. 12 4月, 2022 2 次提交
    • L
      [KP] Add Logical/compare/bitwise registry & UT (#40802) · 3749198e
      Lijunhui 提交于
      * init commit no push
      
      * collect comile errors
      
      * bitwise UT
      
      * fix compile problem
      
      * cancel comments
      
      * restore miss deletion
      
      * fix compilation
      
      * fix UT
      
      * NO stash in multiple branch at the same times
      
      * fix error
      
      * combine .cu from gpu and kps
      
      * replace gpu by kps
      
      * fix by Chen-weihang
      
      * Revert "Fix kps compile error in Junhui logic compare bitwise"
      
      * fix backend test
      
      * rm comments
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      3749198e
    • F
      add a inner loop for index_select_grad_init() in index_select op when dealing... · bc01242b
      FlyingQianMM 提交于
      add a inner loop for index_select_grad_init() in index_select op when dealing with large-shape data (#41563)
      
      * replace for with CUDA_KERNEL_LOOP for index_select_grad_init() in index_select op
      
      * use CUDA_KERNEL_LOOP_TYPE
      
      * fix code style
      
      * replace index_select_grad_init with SetConstant
      bc01242b
  29. 07 4月, 2022 1 次提交