已合并
fix(test): correct expected buffer size calculation in test_hccl_shared_buffer #39519
limuan创建于 6月29日
fix(test): correct expected buffer size calculation in test_hccl_shared_buffer #39519
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 limuan 的贡献)ascend-robot
6月29日 评论:
6月29日 评论:
6月29日 添加了label:ascend-cla/yes
6月29日 添加了label:needs-issue
ascend-robot
6月29日 评论:
6月29日 评论:
此处折叠了56条消息 查看更多
7月7日 添加了label:lgtm
7月7日 解决了最后一个问题
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日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


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

【CheckList】