已合并
fix(test): correct expected buffer size calculation in test_hccl_shared_buffer #39510
limuan创建于 6月29日
fix(test): correct expected buffer size calculation in test_hccl_shared_buffer #39510
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 limuan 的贡献)ascend-robot
6月29日 评论:
6月29日 评论:
6月29日 添加了label:ascend-cla/yes
ascend-robot
6月29日 评论:
6月29日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| test | ✅ renyujin, senzhen-town (2/2) | ✅ renyujin (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
limuan, thanks for your pull request. All authors of the commits have signed the CLA. 👍


6月29日 添加了label:needs-issue
此处折叠了46条消息 查看更多
7月7日 添加了label:lgtm
7月7日 删除了label:needs-issue
7月7日 合入了pull request
ascend-robot
7月7日 评论:
7月7日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


ascend-robot
7月7日 评论:
7月7日 评论:
流水线 pytorch_gitcode_PR_multiVersion#12039 [ commitID:49eb481e ] 已完成


【合入来源】
【修改方案】
用例中,原来内存占用的预期值为:groupnum*buffer_size + tol (tol为100,在通信域较多,可能无法coverbuffersize外的通信域内存开销),现在改为
每个通信域多预留100MB,100MB远远小于用例本身buffersize的400MB,可以看护共享内存功能
【资料变更】
不涉及
【接口变更】
不涉及
【功能验证】
修改后用例通过

【CheckList】