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

Fix the timeout bug of some communication api on A100 #54513

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

pkuzyc
Copy link
Contributor

@pkuzyc pkuzyc commented Jun 9, 2023

PR types

Bug fixes

PR changes

Others

Description

Pcard-67009
Fix the timeout bug of the following unit tests: test_collective_reduce_scatter, test_collective_broadcast_api, test_collective_alltoall_api on A100. This PR solves the bug by setting a larger timeout value when running on A100. The bug causes by: 1) The run time of these tests have fluctuation, sometimes it exceeds the timeout limitation. 2) On A100, each of these unit test contains one additional test case, so it takes longer run time.

@paddle-bot
Copy link

paddle-bot bot commented Jun 9, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Contributor

@XieYunshen XieYunshen left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants