1. 27 7月, 2022 1 次提交
  2. 14 7月, 2022 1 次提交
  3. 01 7月, 2022 1 次提交
  4. 29 6月, 2022 1 次提交
  5. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  6. 31 5月, 2022 1 次提交
  7. 27 5月, 2022 1 次提交
  8. 25 5月, 2022 1 次提交
    • X
      [EinsumOp] Optimize the backward speed of EinsumOp (#42663) · 71b046cd
      xiongkun 提交于
      * change logic for optimize
      
      * modifty
      
      * optimize the backward speed of EinsumOp
      
      * add cache optimizer for einsum op
      
      * EinsumOp: fix new dygraph mode error
      
      * fix bug
      
      * change Cache->InnerCache
      
      * fix code
      
      * fix
      
      * add nan inf utils for einsum op
      
      * add as_extra
      
      * Compatible with v2.3 EinsumOp
      
      * remove dispensable
      71b046cd
  9. 23 5月, 2022 1 次提交
    • Z
      Add assign_out_ yaml (#42833) · c60acca4
      zyfncg 提交于
      * add assign_out_ yaml
      
      * fix final_state_assign
      
      * fix inplace bug
      
      * add inplace_check_blacklist for assign
      
      * fix merge conflict
      c60acca4
  10. 20 5月, 2022 1 次提交
  11. 18 5月, 2022 1 次提交
  12. 16 5月, 2022 1 次提交
  13. 11 5月, 2022 1 次提交
    • Z
      [Phi] Change the output format of C++ backward api (Part1) (#42677) · ba71fbea
      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
      
      * remove node pruning
      ba71fbea
  14. 22 4月, 2022 1 次提交
  15. 19 4月, 2022 1 次提交
  16. 17 4月, 2022 1 次提交
    • C
      [Perf] Optimize dygraph scheduling performance (#41696) · 7ee31a96
      Chen Weihang 提交于
      * split phi and fluid infermeta context
      
      * resolve conflict
      
      * fix type error
      
      * optimize scheduling perf
      
      * spec small vector size
      
      * replace all grad var name
      
      * fix test failed
      
      * move init defalut signature
      
      * polish details
      
      * polish details
      
      * fix no init bug
      
      * init sig for tests
      
      * add init sig for infer
      
      * fix infrt error
      
      * fix infrt failed
      
      * fix kunlun error
      
      * fix infrt failed
      7ee31a96
  17. 13 4月, 2022 1 次提交
  18. 12 4月, 2022 1 次提交
  19. 11 4月, 2022 1 次提交
  20. 06 4月, 2022 1 次提交
  21. 04 4月, 2022 2 次提交
  22. 03 4月, 2022 2 次提交
  23. 31 3月, 2022 1 次提交
  24. 30 3月, 2022 2 次提交
  25. 25 3月, 2022 2 次提交
  26. 22 3月, 2022 1 次提交
  27. 17 3月, 2022 1 次提交
  28. 15 3月, 2022 1 次提交
    • Z
      Added more profile signposts to dygraph (#40201) · 36db75b4
      Zhanlue Yang 提交于
      * Added more signposts to dygraph profiling
      
      * Fixed minor issues
      
      * Refactored signpost names
      
      * Fixed typo
      
      * Removed debug codes
      
      * Fixed typo
      
      * Adjusted signpost names
      
      * Fixed issues from branch merge
      36db75b4
  29. 09 3月, 2022 1 次提交
  30. 08 3月, 2022 1 次提交
  31. 04 3月, 2022 1 次提交
  32. 03 3月, 2022 1 次提交
  33. 01 3月, 2022 1 次提交
  34. 28 2月, 2022 1 次提交
    • Z
      [Pten] Support optional param for C++ API (#39760) · aceb25e1
      zyfncg 提交于
      * fix selected_rows bug in C++ API
      
      * add optional for C++ APIO
      
      * data transform support optional
      
      * remove data transform for optional vector<Tensor>
      
      * adjust some format of funtcion
      
      * fix empyt bug
      aceb25e1
  35. 20 2月, 2022 1 次提交
  36. 19 2月, 2022 1 次提交