1. 05 6月, 2023 1 次提交
  2. 02 6月, 2023 1 次提交
  3. 31 5月, 2023 1 次提交
  4. 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
  5. 16 5月, 2023 1 次提交
  6. 11 5月, 2023 2 次提交
  7. 10 5月, 2023 1 次提交
    • R
      [NPU] PP for npu (#53501) · f023d42f
      Roc 提交于
      * revert p2p communication for xpu
      
      * pp for npu
      
      * update
      
      * update
      
      * fix xpuplace
      
      * add ut for sync send
      
      * Revert "fix xpuplace"
      
      This reverts commit f89c1d7622426686bc153a3414a42c39e0f4a647.
      
      * add ut for pp sync send
      
      * rm unusable ut
      
      * update
      f023d42f
  8. 05 5月, 2023 1 次提交
  9. 04 5月, 2023 1 次提交
  10. 30 4月, 2023 1 次提交
  11. 28 4月, 2023 2 次提交
  12. 26 4月, 2023 2 次提交
  13. 24 4月, 2023 1 次提交
    • Z
      [Zero-Dim] Support output 0D for to_tensor. (#52741) · 81fb7df2
      zqw_1997 提交于
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * test=allcase
      
      * fix doc erros, test=allcase
      81fb7df2
  14. 17 4月, 2023 1 次提交
  15. 09 4月, 2023 1 次提交
  16. 06 4月, 2023 1 次提交
    • K
      rem is_compiled_with_npu (#52385) · 7976e2a3
      Kim Yann 提交于
      * rem is_compiled_with_npu
      
      * rem nup related code
      
      * make lint happy
      
      * rem test
      
      * remove some tests
      
      * Update grad_scaler.py
      
      * fix an error
      7976e2a3
  17. 31 3月, 2023 1 次提交
  18. 30 3月, 2023 1 次提交
  19. 29 3月, 2023 1 次提交
  20. 28 3月, 2023 1 次提交
  21. 25 3月, 2023 1 次提交
  22. 23 3月, 2023 1 次提交
  23. 22 3月, 2023 1 次提交
  24. 21 3月, 2023 1 次提交
  25. 20 3月, 2023 1 次提交
  26. 17 3月, 2023 1 次提交
  27. 15 3月, 2023 1 次提交
  28. 10 3月, 2023 1 次提交
  29. 09 3月, 2023 1 次提交
    • G
      Fix hybrid parallel training strategy using bf16 (#51103) · 8db15a42
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Remove climits.
      
      * Fix bug of hybrid parallel strategy with recompute using bf16.
      
      * Fix bug of recompute_hybrid ctx.amp_dtype
      
      * Fix bug of amp_dtype.
      
      * Fix bug of auto_cast.
      8db15a42
  30. 24 2月, 2023 1 次提交
    • W
      Revert grad scale optimization pr (#50839) · 8a503522
      Weilong Wu 提交于
      * Revert "fixoptminizer _set_auxiliary_var bug (#50335)"
      
      This reverts commit c44005f0.
      
      * Revert "refine optimizer create accumulators (#50188)"
      
      This reverts commit 244e7546.
      
      * Revert "fix found_inf bug for custom optimizer (#50158)"
      
      This reverts commit 64573f9f.
      
      * Revert "refine amp scaler found_inf (#49864)"
      
      This reverts commit 382e9a06.
      
      * fix code format
      
      * fix conflict
      8a503522
  31. 09 2月, 2023 2 次提交
  32. 07 2月, 2023 1 次提交
  33. 30 1月, 2023 1 次提交
  34. 13 1月, 2023 2 次提交