已合并
Add distributed methods patch #16598
AtomGit-Bot创建于 2024年12月3日
Add distributed methods patch #16598
已合并
从refs/pull/16598/head合入到master
Pull Request已成功合入, 合并人@
(感谢 AtomGit-Bot 的贡献)2024年12月3日 添加了
ascend-cla/no
标签
2024年12月3日 强制推送 了代码
2024年12月3日 添加了
ci-pipeline-running
标签
2024年12月3日 移除了
ascend-cla/no
标签
2024年12月3日 添加了
ascend-cla/yes
标签
2024年12月3日 移除了
ci-pipeline-running
标签
atlasaccount1
2024年12月3日 评论:
2024年12月3日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[550c1335e3964a8da026a9cdce50da4d]


2024年12月3日 添加了
ci-pipeline-running
标签
2024年12月3日 强制推送 了代码
atlasaccount1
2024年12月3日 评论:
2024年12月3日 评论:
流水线已停止!请重新触发


2024年12月3日 移除了
ci-pipeline-running
标签
2024年12月3日 添加了
ci-pipeline-failed
标签
atlasaccount1
2024年12月3日 评论:
2024年12月3日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[69c9f3fef26a4c90ae95c1c7b1cadb87]


2024年12月3日 移除了
ci-pipeline-failed
标签
2024年12月3日 添加了
ci-pipeline-running
标签
2024年12月3日 移除了
ci-pipeline-running
标签
2024年12月3日 添加了
ci-pipeline-failed
标签
atlasaccount1
2024年12月3日 评论:
2024年12月3日 评论:
ut failed


2024年12月5日 强制推送 了代码
2024年12月5日 移除了
ci-pipeline-failed
标签
2024年12月5日 添加了
ci-pipeline-running
标签
2024年12月5日 移除了
ci-pipeline-running
标签
atlasaccount1
2024年12月5日 评论:
2024年12月5日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[1bbf80e289cc45a8955c0ccb021d1ac4]


2024年12月5日 添加了
ci-pipeline-running
标签
2024年12月5日 移除了
ci-pipeline-running
标签
2024年12月5日 添加了
ci-pipeline-failed
标签
atlasaccount1
2024年12月5日 评论:
2024年12月5日 评论:
ut failed


2024年12月6日 移除了
ci-pipeline-failed
标签
2024年12月6日 添加了
ci-pipeline-running
标签
atlasaccount1
2024年12月6日 评论:
2024年12月6日 评论:
retry 成功!请等待!


2024年12月6日 移除了
ci-pipeline-running
标签
此处折叠了5条事件消息 查看更多
2024年12月6日 移除了
ci-pipeline-running
标签
atlasaccount1
2024年12月6日 评论:
2024年12月6日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[3a60bb653a7a4055a869464d0f4804e0]


2024年12月6日 添加了
ci-pipeline-running
标签
2024年12月6日 移除了
ci-pipeline-running
标签
2024年12月6日 添加了
ci-pipeline-passed
标签
atlasaccount1
2024年12月6日 评论:
2024年12月6日 评论:
| 任务名称 | 状态 | 详情 | 日志 | 出包 | |
|---|---|---|---|---|---|
| codecheck | ✅ | SUCCESS | >>> | N/A | |
| codecheck_scan | ✅ | SUCCESS | >>> | N/A | |
| checkerro | ✅ | SUCCESS | >>> | N/A | |
| codecheck_ftd | ✅ | SUCCESS | >>> | N/A | |
| Build_X86 | ✅ | SUCCESS | >>> | >>> | |
| Build_ARM | ✅ | SUCCESS | >>> | >>> | |
| Build_libtorch | ✅ | SUCCESS | >>> | >>> | |
| dist_test_or_not | ✅ | 执行分布式用例 | N/A | N/A | |
| UT_DIST_X86 | ✅ | SUCCESS | >>> | N/A | |
| UT_X86_01 | ✅ | SUCCESS | >>> | N/A | |
| UT_X86_02 | ✅ | SUCCESS | >>> | N/A | |
| 跳过测试用例 | 否 | ||||
| UT失败过 | 否 | ||||
| 流水线链接 | 点此跳转 | ||||


2024年12月6日 添加了
lgtm
标签
torch_npu/__init__.py
@@ -150,0 +155,4 @@
155+ torch.distributed.gather = torch_npu.distributed.distributed_c10d._gather
156+ torch.distributed.distributed_c10d.gather = torch_npu.distributed.distributed_c10d._gather
157+ torch.distributed.gather_object = torch_npu.distributed.distributed_c10d._gather_object
158+ torch.distributed.distributed_c10d.gather_object = torch_npu.distributed.distributed_c10d._gather_object
改为非公开接口之后,_apply_distributed_patches会忽略这些方法?


dilililiwhy1
2024年12月9日 评论:
2024年12月9日 评论:
/approve


2024年12月9日 添加了
approved
标签
2024年12月9日 合并了Pull Request(通过 API 合并)
What type of PR is this?
What does this PR do / why do we need it:
部分接口确认非公开,改为私有接口。
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewers: