1. 28 9月, 2020 1 次提交
  2. 04 9月, 2020 1 次提交
  3. 28 8月, 2020 1 次提交
    • C
      Add interface to launch parallel dygraph by multiprocessing (#26044) · 31f422ae
      Chen Weihang 提交于
      * add dygraph parallel run interface
      
      * polish implement & unified env property name
      
      * add print config arg
      
      * refactor init_parallel_env function
      
      * Compatible with multiprocessing and launch modes
      
      * set default trainer start port
      
      * support run in python 2
      
      * polish python2 support code
      
      * remove python2 support
      
      * refine launch import
      
      * polish dome design details
      
      * refactor api implemention & path
      
      * use new method _set_expected_place
      
      * add spawn unittest framework & mnist test
      
      * add more unittests & doc
      
      * fix unittest failed
      
      * polish english doc
      
      * self review and polish details
      
      * refactor code by reviewer's comments
      
      * fix unittest failed
      
      * fix parallel_env unittest
      
      * fix several typos
      
      * fix error introduced when fixing typos
      
      * add unpublic note for start_processes
      
      * polish details by xiaoguang's comment
      
      * verify correctly when spawn nprocs=-1
      
      * refactor spawn & init_parallel_env design
      
      * polish doc details
      
      * open spawn unittests
      
      * try to fix doc compile error
      
      * try to fix unknown doc format error
      
      * add skip unittest when not gpu
      31f422ae
  4. 08 7月, 2020 1 次提交
  5. 02 7月, 2020 1 次提交
  6. 10 3月, 2020 1 次提交
  7. 31 12月, 2019 1 次提交
  8. 13 12月, 2019 1 次提交
  9. 13 11月, 2019 1 次提交
  10. 12 11月, 2019 1 次提交
  11. 22 10月, 2019 2 次提交
  12. 18 10月, 2019 2 次提交
  13. 16 10月, 2019 1 次提交
  14. 15 10月, 2019 1 次提交
  15. 14 10月, 2019 1 次提交
  16. 09 10月, 2019 1 次提交
  17. 27 9月, 2019 1 次提交
  18. 28 8月, 2019 1 次提交
  19. 22 8月, 2019 1 次提交
  20. 19 8月, 2019 1 次提交
  21. 12 8月, 2019 1 次提交
  22. 10 8月, 2019 1 次提交
  23. 09 8月, 2019 1 次提交
  24. 11 7月, 2019 1 次提交
  25. 21 6月, 2019 1 次提交
  26. 16 6月, 2019 1 次提交
  27. 14 6月, 2019 2 次提交
  28. 06 6月, 2019 1 次提交
  29. 27 5月, 2019 1 次提交
  30. 17 5月, 2019 1 次提交
  31. 25 4月, 2019 2 次提交
  32. 29 3月, 2019 1 次提交
  33. 28 3月, 2019 1 次提交
  34. 21 3月, 2019 1 次提交
  35. 20 3月, 2019 1 次提交
    • W
      Collective ops (#15572) · 6382b62f
      Wu Yi 提交于
      * wip allreduce in op
      
      * wip
      
      * wip
      
      * wip
      
      * wip adding test
      
      * wip for conflict with mp mode
      
      * fix tests test=develop
      
      * fix cpu build test=develop
      
      * fix travis clang format test=develop
      
      * fix cpu build test=develop
      
      * update api.spec test=develop
      
      * delete comment test=develop
      
      * fix cpplint test=develop
      
      * fix test=develop
      
      * follow comment test=develop
      
      * add file test=develop
      
      * fix build test=develop
      
      * update test=develop
      
      * to be compatible with sync_bn, and fix mp mode in develop test=develop
      6382b62f
  36. 06 3月, 2019 1 次提交
    • L
      add IfElse test case for ir memory optimize (#15998) · 9cc6f400
      liuwei1031 提交于
      * add ir memory optimize test case for IfElse op, test=develop
      
      * fix some unitttest failure by force using the python memory_optimize, test=develop
      
      * tweak comments, test=develop
      
      * fix unittest, test=develop
      
      * fix unittest, test=develop
      9cc6f400