1. 24 7月, 2023 1 次提交
  2. 14 7月, 2023 1 次提交
    • C
      [AutoTuner] Distribute best cfg (#54834) · 7f6d222f
      caozhou 提交于
      * distribute best cfg
      
      * adapt to multi args transmission
      
      * update metric extracting
      
      * fix bugs of prune and reading log
      
      * fix time default value
      
      * remove time record
      
      * adjust the order of searching dim
      
      * fix prune bugs
      
      * fix adding cfg bug
      
      * fix multi nodes bug
      
      * reset status
      
      * remove alarm and set logdir
      
      * deepcopy ctx
      
      * change alarm
      
      * fix restart bug
      
      * add exit
      
      * best no need alarm
      
      * add warmup time
      7f6d222f
  3. 30 6月, 2023 1 次提交
  4. 25 6月, 2023 1 次提交
  5. 14 6月, 2023 1 次提交
  6. 08 6月, 2023 1 次提交
  7. 10 5月, 2023 1 次提交
  8. 13 4月, 2023 1 次提交
  9. 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
  10. 03 4月, 2023 1 次提交
  11. 31 3月, 2023 1 次提交
  12. 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
  13. 29 11月, 2022 1 次提交
  14. 08 11月, 2022 1 次提交
  15. 23 10月, 2022 1 次提交
  16. 19 10月, 2022 1 次提交
  17. 22 8月, 2022 1 次提交
  18. 19 8月, 2022 1 次提交
  19. 17 8月, 2022 1 次提交
  20. 11 8月, 2022 1 次提交
  21. 08 8月, 2022 1 次提交
  22. 04 8月, 2022 1 次提交
  23. 03 8月, 2022 1 次提交
  24. 29 7月, 2022 1 次提交
  25. 28 7月, 2022 1 次提交
  26. 30 6月, 2022 1 次提交
  27. 14 6月, 2022 1 次提交
  28. 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
  29. 01 6月, 2022 1 次提交
  30. 31 5月, 2022 1 次提交
  31. 24 5月, 2022 1 次提交
  32. 19 4月, 2022 1 次提交
  33. 02 4月, 2022 1 次提交
  34. 01 4月, 2022 1 次提交
  35. 28 3月, 2022 1 次提交
  36. 24 3月, 2022 1 次提交
  37. 23 3月, 2022 1 次提交
  38. 21 3月, 2022 1 次提交