1. 25 3月, 2023 1 次提交
  2. 23 3月, 2023 1 次提交
  3. 22 3月, 2023 1 次提交
  4. 20 3月, 2023 2 次提交
    • A
      [CodeStyle][UP008] remove super call with parameters (#51812) · 81f3f6b5
      Ainavo 提交于
      * remove super call with parameters
      
      * fix bug
      81f3f6b5
    • G
      Fluid clean move out fill constant (#49511) · c985b1ac
      GGBond8488 提交于
      * migrate fill_constant to paddle.tensor
      
      * move fill_constant to paddle.tensor and repalce the reference
      
      * add missing fill_constant replacement
      
      * fix typro
      
      * remove unused import fill_constant
      
      * fix zeros import error
      
      * fix circle import
      
      * fix layers.zeros
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * use paddle.full replace fill_constant in samplecode
      
      * fix sample code
      
      * recovery xpu test
      
      * recovery xpu test
      
      * fix circle import
      
      * fix utils import error
      
      * fix utils error
      
      * fix circle import
      
      * redo
      
      * fix circle import
      
      * fix prim fill constant import
      
      * fix type error
      
      * fix increase error
      
      * fix test error
      
      * fix fill_constant
      c985b1ac
  5. 10 3月, 2023 1 次提交
  6. 02 3月, 2023 1 次提交
    • Q
      Fluid clean parallel (#50626) · 98ae15c0
      qizhaoaoe 提交于
      * fluid clean: remove parallel and parallel_helper api
      
      * fix: fix the import path.
      
      * fix DataParallel imports issue
      98ae15c0
  7. 28 2月, 2023 1 次提交
  8. 02 2月, 2023 1 次提交
  9. 04 1月, 2023 1 次提交
  10. 30 12月, 2022 1 次提交
  11. 27 12月, 2022 1 次提交
  12. 25 12月, 2022 1 次提交
  13. 20 12月, 2022 1 次提交
  14. 14 12月, 2022 1 次提交
  15. 12 12月, 2022 1 次提交
  16. 08 12月, 2022 1 次提交
    • G
      Clean fluid APIs in distributed and fleet files (#48851) · 911d6bb1
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Remove climits.
      
      * Clean fluid API in paddle/distributed and paddle/fleetx folders.
      Include following files:
      python/paddle/distributed/__init__.py
      python/paddle/distributed/collective.py
      python/paddle/distributed/fleet/utils/fs.py
      python/paddle/distributed/fleet/utils/hybrid_parallel_inference.py
      python/paddle/distributed/fleet/utils/hybrid_parallel_util.py
      python/paddle/distributed/fleet/utils/internal_storage.py
      python/paddle/distributed/launch/context/device.py
      python/paddle/distributed/parallel.py
      python/paddle/distributed/parallel_with_gloo.py
      python/paddle/distributed/spawn.py
      python/paddle/framework/__init__.py
      To be mentioned, 'paddle.fluid.dygraph.parallel.ParallelEnv'
       and 'fluid.framework.core' keeps unchanged in those files.
      ParallelEnv is used by paddle.fluid.dygraph.parallel.DataParallel.
      However, APIs in paddle.fluid.dygraph.parallel can't be
      migrated to paddle.distributed, as there exists cyclic import
      dependencies in modules like paddle.static, paddle.tensor. And
      'fluid.framework.core' will be changed to import framework.core
      after fluid.core is transmitted.
      
      * Change TODO authors.
      911d6bb1
  17. 02 12月, 2022 1 次提交
  18. 29 11月, 2022 1 次提交
  19. 14 11月, 2022 1 次提交
  20. 10 11月, 2022 1 次提交
  21. 08 11月, 2022 1 次提交
  22. 03 11月, 2022 1 次提交
  23. 01 11月, 2022 3 次提交
  24. 28 10月, 2022 1 次提交
  25. 24 10月, 2022 1 次提交
  26. 23 10月, 2022 1 次提交
  27. 19 10月, 2022 1 次提交
  28. 12 10月, 2022 2 次提交
  29. 11 10月, 2022 1 次提交
  30. 10 10月, 2022 1 次提交
  31. 22 9月, 2022 1 次提交
  32. 21 9月, 2022 1 次提交
  33. 20 9月, 2022 1 次提交
    • R
      logger manager (#45909) · 264ad205
      Roc 提交于
      uniform logger manager in FleetAPI.
      hidde API under distributed/utils which users don't need.
      264ad205
  34. 19 9月, 2022 1 次提交
  35. 14 9月, 2022 1 次提交
  36. 16 8月, 2022 1 次提交