已合并
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
已合并
limuan成员
6月29日
6月29日
# 【合入来源】
- [ ] 需求
- [x] 问题单
- [ ] issue/工单
- [ ] 重构优化
- [ ] 资料更新
# 【修改方案】
用例中,原来内存占用的预期值为:groupnum*buffer_size + tol (tol为100,在通信域较多,可能无法coverbuffersize外的通信域内存开销),现在改为
每个通信域多预留100MB,100MB远远小于用例本身buffersize的400MB,可以看护共享内存功能
# 【资料变更】
不涉及
# 【接口变更】
不涉及
# 【功能验证】
修改后用例通过

# 【CheckList】
> PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x]
- [ ] 代码注释完备,正确记录错误日志
- [ ] 代码实现进行了返回值、空指针等校验
- [ ] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等
- [ ] PR持续集成流水线(CI)执行通过,代码检查无异常


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.

