已合并
[feat]support shmemput/get #36221
pengqihw创建于 5月20日
[feat]support shmemput/get #36221
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 pengqihw 的贡献)ascend-robot
5月20日 评论:
5月20日 评论:
5月20日 添加了label:stat/needs-squash
ascend-robot
5月20日 评论:
5月20日 评论:
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 |
|---|---|---|
| repo-Ascend/pytorch | ✅ liujunzhu, hbhu_bin (2/2) | ✅ liujunzhu (1/1) |
| test | ✅ liujunzhu, zhenyu10, hbhu_bin (3/2) | ✅ liujunzhu (1/1) |
| torch_npu/csrc/distributed | ✅ liujunzhu, zhenyu10, hbhu_bin (3/2) | ✅ liujunzhu (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
pengqihw, thanks for your pull request. All authors of the commits have signed the CLA. 👍


5月20日 添加了label:ascend-cla/yes
此处折叠了58条消息 查看更多
5月21日 添加了label:approved
5月21日 添加了label:lgtm
ascend-robot
5月21日 评论:
5月21日 评论:
5月21日 合入了pull request
【合入来源】
【修改方案】
1.SHMEM put/get 功能支持(对齐上游 NVSHMEM 后端实现方式)
【资料变更】
不涉及
【接口变更】
不涉及
PyTorch 上游已提供了对称内存的抽象框架,并定义了 nvshmem_put / nvshmem_get 算子接口。
【功能验证】
【CheckList】