Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add time statistics for nccl-connection. #6673

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

GhostScreaming
Copy link
Contributor

PR types

Others

PR changes

Others

Description

Add time statistics for nccl-connection.

@paddle-bot
Copy link

paddle-bot bot commented Aug 9, 2023

Thanks for your contribution!

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #6673 (2cf4655) into develop (8b927a5) will decrease coverage by 1.95%.
Report is 18 commits behind head on develop.
The diff coverage is 25.00%.

@@             Coverage Diff             @@
##           develop    #6673      +/-   ##
===========================================
- Coverage    62.99%   61.05%   -1.95%     
===========================================
  Files          532      532              
  Lines        78279    78243      -36     
===========================================
- Hits         49315    47774    -1541     
- Misses       28964    30469    +1505     
Files Changed Coverage Δ
paddlenlp/trainer/training_args.py 57.21% <25.00%> (-1.02%) ⬇️

... and 51 files with indirect coverage changes

@@ -873,7 +874,12 @@ def __post_init__(self):
"The enable_stage1_tensor_fusion or enable_stage1_overlap is not supported "
"by current version of Paddle. Please try latest develop Paddle."
)
paddle.device.cuda.synchronize()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

额,这里会不会有其他设备 跑 混合并行呢? 比如 npu?

@ZHUI ZHUI merged commit 40bbcb7 into PaddlePaddle:develop Aug 10, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants