1. 22 3月, 2023 1 次提交
  2. 13 3月, 2023 1 次提交
    • K
      [with_data_parallel][part6] remove with_data_parallel in distributed optimizer (#50719) · 1404f732
      kangguangli 提交于
      * find relevant testcase
      
      * remove with_data_parallel
      
      * trigger CI
      
      * do not apply ParameterServerGraphOptimizer
      
      * remove useless optimizer
      
      * remove with_data_parallel in test_dist_base
      
      * fix test_fleet_base_3
      
      * only reserve changes for GraphExecutionOptimizer
      
      * fix bug
      
      * fix test_minst_dgc_nccl
      
      * fix typo
      
      * fix test_dist_mnist_gradient_merge
      
      * rm TestDistMnistNCCL2DGCMultiCards
      
      * fix optimizer conflicts
      
      * fix dist_mnist
      
      * fix test_dist_hapi
      
      * delete test_fleet_graph_execution_meta_optimizer & test_fleet_graph_executor
      
      * temporally not delete unittest
      
      * fix unittests
      
      * fix ci
      
      * recover prune in python/paddle/hapi/model.py
      1404f732
  3. 29 11月, 2022 1 次提交
  4. 24 11月, 2022 1 次提交
    • W
      [Fluid clean] (#48105) · 43b92b63
      wangxiaoning 提交于
      * add index sample fp16 support
      
      * remove fluid APIs in distributed_strategy.py and role_maker.py
      
      * Revert "remove fluid APIs in distributed_strategy.py and role_maker.py"
      
      This reverts commit 223bbee990d3bf69e252fc3c0f19e3873550a264.
      
      * remove fluid APIs in distributed_strategy.py and role_maker.py
      
      * remove index sample op changes
      
      * remove fluid APIs under fleet.base
      
      * remove fluid APIs under fleet.layers.mpu
      
      * remove fluid APIs under fleet.meta_optimizers
      
      * fix fluid error
      
      * fix util_factory.py
      
      * reset fluid.io.load_inference_model API
      43b92b63
  5. 03 11月, 2022 1 次提交
  6. 01 11月, 2022 1 次提交
  7. 23 10月, 2022 1 次提交
  8. 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
  9. 27 9月, 2022 1 次提交
  10. 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
  11. 15 11月, 2021 1 次提交
  12. 30 9月, 2021 1 次提交
  13. 14 9月, 2021 1 次提交
  14. 08 9月, 2021 1 次提交
    • Z
      Enable program passes on Fleet APIs (#34955) · 5f369881
      Zeng Jinle 提交于
      * add fleet api for program pass
      
      * turn on apply pass for CI test
      
      * fix disable fuse_all_optimizer bug
      
      * try to test ci
      
      * fix CI
      
      * fill unspecified op role
      
      * fix fuse_allreduce
      
      * add ut to improve coverage
      
      * remove useless change
      
      * improve c++ coverage
      
      * follow some comments
      
      * test ir pass pipeline
      
      * update doc
      
      * reduce ut time again
      5f369881
  15. 11 8月, 2021 1 次提交
  16. 29 7月, 2021 1 次提交
  17. 21 6月, 2021 1 次提交
  18. 10 6月, 2021 1 次提交
  19. 08 6月, 2021 1 次提交
  20. 08 5月, 2021 1 次提交
  21. 06 5月, 2021 1 次提交
  22. 25 4月, 2021 1 次提交