1. 05 9月, 2023 1 次提交
  2. 31 8月, 2023 3 次提交
  3. 30 8月, 2023 1 次提交
    • G
      [Auto Parallel] Compatible new comm library upgrade (#56604) · ade51aa5
      Ghost Screaming 提交于
      * for verify
      
      fluid operator support new comm library
      
      * u
      
      * u
      
      * u
      
      * compatiable new comm library upgrade for c_allgather, c_reduce, c_reduce_scatter and c_scatter.
      
      * Remove useless comments in process_group.py
      
      * Polish code style.
      
      * Fix some problems.
      
      * Remove use fluid api in phi comm_context_manager.
      
      * Add PPADDLE_WITH_CUDA and PADDLE_WITH_NCCL micro judgement.
      
      * Fix bug of HIP architecture.
      
      * Fix some problems.
      1. remove useless loggings.
      2. Fix conditional compilation for HIP.
      3. Fix problems of test_pass_generation_pipeline.py. It calls paddle.distributed.init_parallel_env() at first,
      then auto.Engine calls _init_comm(), which will calls process_group.instantiate(). However, init_parallel_env() will call
      paddle.distributed.barrier(), it will call CreateNCCLEnvCache and create corresponding NCCLCommContext. But dev_id is not
      set, as a result, NCCLCommContext's dev_ctx is not initialized.
      
      * Fix some problems.
      
      * Polish code.
      
      * Polish code.
      
      * Revert compatiable upgrade for communication operators. Their upgrades
      will be submitted in another PR.
      
      * Remove StaticTCPStore.
      
      * Remove useless modification.
      
      * Remove useless set_cuda_device_id.
      
      * Polish code.
      
      * Remove fluid header files in phi files.
      
      * Remove useless comments.
      
      * Fix problems of hip arch.
      
      * Fix some problems.
      
      * Polish code.
      
      * Polish code style.
      
      ---------
      Co-authored-by: TaoTao Li's avatarhitywt <yuwentao126@126.com>
      ade51aa5
  4. 28 8月, 2023 1 次提交
  5. 25 8月, 2023 1 次提交
  6. 22 8月, 2023 2 次提交
  7. 16 8月, 2023 1 次提交
  8. 11 8月, 2023 1 次提交
  9. 08 8月, 2023 1 次提交
  10. 02 8月, 2023 1 次提交
  11. 31 7月, 2023 1 次提交
  12. 20 7月, 2023 1 次提交
  13. 19 7月, 2023 1 次提交
  14. 13 7月, 2023 1 次提交
  15. 06 7月, 2023 1 次提交
  16. 29 6月, 2023 1 次提交
  17. 27 6月, 2023 1 次提交
  18. 25 6月, 2023 1 次提交
  19. 12 6月, 2023 1 次提交
  20. 09 6月, 2023 1 次提交
  21. 08 6月, 2023 1 次提交
  22. 02 6月, 2023 1 次提交
  23. 01 6月, 2023 1 次提交
  24. 30 5月, 2023 1 次提交