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

support pir_p_to_s_reshard and test #69265

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

smile2game
Copy link

@smile2game smile2game commented Nov 9, 2024

PR types

  • Function optimization

PR changes

  • OPs

Describe

本次 PR 添加了 p_to_r_unbalanced_reshard 函数,用于处理不平衡的重新分片操作。该函数旨在优化数据分布,确保在资源分配不均的情况下,能够高效地进行数据重新分片。主要改进包括:

  • 实现了基于负载的动态分片算法,提高了系统的扩展性和稳定性。
  • 减少了数据迁移过程中对系统性能的影响,提升了整体运行效率。
  • 增强了错误处理机制,确保在重新分片过程中能够及时捕捉并处理异常情况。

通过引入 p_to_r_unbalanced_reshard 函数,系统在面对不平衡负载时能够更灵活地进行资源调整,提升了整体性能和可靠性。

@CLAassistant
Copy link

CLAassistant commented Nov 9, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

paddle-bot bot commented Nov 9, 2024

你的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.

@paddle-bot paddle-bot bot added the contributor External developers label Nov 9, 2024
@smile2game smile2game marked this pull request as draft November 12, 2024 16:00
@smile2game smile2game marked this pull request as ready for review November 12, 2024 16:01
@smile2game smile2game marked this pull request as draft November 12, 2024 16:09
@smile2game smile2game marked this pull request as ready for review November 12, 2024 16:09
@smile2game smile2game marked this pull request as draft November 12, 2024 16:12
@smile2game smile2game marked this pull request as ready for review November 12, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants