1. 03 7月, 2023 1 次提交
  2. 20 6月, 2023 1 次提交
  3. 16 6月, 2023 2 次提交
  4. 15 6月, 2023 1 次提交
  5. 14 6月, 2023 1 次提交
  6. 13 6月, 2023 2 次提交
  7. 12 6月, 2023 1 次提交
  8. 08 6月, 2023 1 次提交
  9. 05 6月, 2023 1 次提交
  10. 31 5月, 2023 1 次提交
  11. 22 5月, 2023 2 次提交
    • zhenhailiu's avatar
      精简 virtual pipeline 调度逻辑 (#54003) · 6fde2056
      zhenhailiu 提交于
      * unify code
      
      * remove useless code
      
      * polish
      
      * python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py
      
      * polish
      
      * polish
      6fde2056
    • M
      [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() (#53856) · 3794d171
      Meteor Liu 提交于
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * fixed cyclic reference that caused patial import
      
      * fixed bad change
      
      * fix bad import
      
      * fix bad import
      
      * fix bad import
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fixed usage of in_dynamic_mode() or in_dygraph_mode()
      
      * revert python3 to python in .pre-commit-config.yaml
      
      * fix merge conflicts
      3794d171
  12. 16 5月, 2023 1 次提交
  13. 05 5月, 2023 1 次提交
  14. 17 4月, 2023 1 次提交
  15. 30 3月, 2023 1 次提交
  16. 25 3月, 2023 1 次提交
  17. 20 3月, 2023 1 次提交
  18. 11 1月, 2023 1 次提交
  19. 29 11月, 2022 1 次提交
  20. 03 11月, 2022 1 次提交
  21. 02 11月, 2022 2 次提交
  22. 23 10月, 2022 1 次提交
  23. 17 10月, 2022 1 次提交
    • G
      Add enable_partial_send_recv switch in pipeline_configs (#46992) · b9a2f29c
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Support allow_partial switch, which can be configure in
      pipeline_configs. If sent tensor are not the same from
      different hosts, they shouldn't been sent partially and
      then concated as a whole tensor.
      
      * Change name allow_partial to enable_partial_send_recv.
      
      * Add global variable _enable_partial_send_recv
      b9a2f29c
  24. 12 10月, 2022 1 次提交
    • N
      [CodeStyle][F401] remove unused imports in python/paddle/distributed (#46758) · fe716a0b
      Nyakku Shigure 提交于
      * [CodeStyle][F401] remove unused import in python/paddle/distributed
      
      * remove pass
      
      * empty commit
      
      * Fix ValueError: list.remove(x): x not in list for meta_optimizer_names.
      
      Fix ValueError: list.remove(x): x not in list for meta_optimizer_names.
      
      * Fix split import.
      
      Fix split import.
      
      * add noqa after meta_optimizers in factory
      
      * restort collective ops
      
      * expand `import *`
      
      * add noqa after required imports
      
      * try to fix APIs without core.ops
      
      * Revert "try to fix APIs without core.ops"
      
      This reverts commit 6172beaf601e84bf61f2490c12c4739f0edaa5eb.
      
      * fix an increment
      
      * empty commit
      
      * add noqa after required imports
      
      * expand `import *`, fix ci error
      Co-authored-by: NShuangchi He <34329208+Yulv-git@users.noreply.github.com>
      fe716a0b
  25. 22 9月, 2022 1 次提交
  26. 21 9月, 2022 1 次提交
  27. 19 9月, 2022 1 次提交
  28. 06 9月, 2022 1 次提交
  29. 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
  30. 19 4月, 2022 1 次提交
  31. 18 10月, 2021 1 次提交
  32. 14 10月, 2021 1 次提交
  33. 24 9月, 2021 1 次提交
  34. 13 9月, 2021 1 次提交
  35. 10 9月, 2021 1 次提交
  36. 01 9月, 2021 1 次提交