1. 25 5月, 2023 1 次提交
  2. 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
  3. 20 5月, 2023 1 次提交
  4. 18 5月, 2023 2 次提交
  5. 16 5月, 2023 1 次提交
  6. 15 5月, 2023 3 次提交
  7. 11 5月, 2023 4 次提交
  8. 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
  9. 05 5月, 2023 1 次提交
  10. 04 5月, 2023 1 次提交
  11. 30 4月, 2023 1 次提交
  12. 28 4月, 2023 2 次提交
  13. 26 4月, 2023 2 次提交
  14. 25 4月, 2023 1 次提交
  15. 24 4月, 2023 4 次提交
  16. 22 4月, 2023 1 次提交
  17. 21 4月, 2023 2 次提交
  18. 20 4月, 2023 1 次提交
  19. 19 4月, 2023 2 次提交
  20. 18 4月, 2023 1 次提交
  21. 17 4月, 2023 4 次提交
  22. 14 4月, 2023 1 次提交
    • F
      1. modify set_value op, use Scalars to represent attr `values`, instead of a... · dd2a749a
      Feiyu Chan 提交于
      1. modify set_value op, use Scalars to represent attr `values`, instead of a bunch of attributs of various types; (#52408)
      
      2. add program converter and set_value op as an example, which provides the functionality to convert `paddle::framework::ProgramDesc` between old and new formats(the differences are mainly some operators with incompatible updates in the definition);
      3. program version and operator version map now are always saved when serializing `paddle::framework::ProgramDesc` to identify the version;
      3. provide an option `legacy_format=false` in  serialization of `paddle::framework::ProgramDesc`, it decided whether to convert ProgramDesc back to a legacy format, which is compatible for paddle 2.4.2 or earlier versions to load and execute;
      4. deserialization of `paddle::framework::ProgramDesc` is now automatically detecting whether the bytes it receives is in legacy format(contains any of the operators that has been incompatibly updated and have any attribute of type `Scalar`) and convert it to new format. But if you want a faithful deserialization without the automatic conversion, you can use protobuf's deserialization instead. Though it is not recommended, it can be used for the purpose of testing.
      dd2a749a
  23. 13 4月, 2023 1 次提交