1. 21 6月, 2022 1 次提交
  2. 17 6月, 2022 1 次提交
  3. 16 6月, 2022 1 次提交
  4. 15 6月, 2022 3 次提交
  5. 13 6月, 2022 1 次提交
  6. 10 6月, 2022 1 次提交
  7. 07 6月, 2022 3 次提交
  8. 06 6月, 2022 1 次提交
  9. 05 6月, 2022 1 次提交
  10. 04 6月, 2022 1 次提交
  11. 31 5月, 2022 1 次提交
  12. 30 5月, 2022 1 次提交
  13. 27 5月, 2022 1 次提交
  14. 26 5月, 2022 1 次提交
  15. 25 5月, 2022 1 次提交
  16. 20 5月, 2022 3 次提交
  17. 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
  18. 16 5月, 2022 1 次提交
  19. 12 5月, 2022 1 次提交
  20. 10 5月, 2022 2 次提交
  21. 09 5月, 2022 1 次提交
  22. 01 5月, 2022 1 次提交
  23. 28 4月, 2022 1 次提交
  24. 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
  25. 25 4月, 2022 2 次提交
  26. 18 4月, 2022 2 次提交
  27. 16 4月, 2022 1 次提交
  28. 14 4月, 2022 2 次提交
  29. 13 4月, 2022 1 次提交
  30. 12 4月, 2022 1 次提交
    • 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