已合并
Add distributed methods patch #16598
AtomGit-Bot创建于 2024年12月3日
Add distributed methods patch #16598
已合并
AtomGit-Bot创建于 2024年12月3日
refs/pull/16598/head合入到master
AtomGit-Bot
2024年12月3日

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind bug
/kind task
/kind feature

What does this PR do / why do we need it:
部分接口确认非公开,改为私有接口。

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewers:

likedislike
Pull Request已成功合入, 合并人@
(感谢 AtomGit-Bot 的贡献)
AAtomGit-Bot
2024年12月3日 添加了 &nbsp; ascend-cla/no 标签
AAtomGit-Bot
2024年12月3日 强制推送 了代码
atlasaccount1atlasaccount1
2024年12月3日 添加了 &nbsp; ci-pipeline-running 标签
AAtomGit-Bot
2024年12月3日 移除了 &nbsp; ascend-cla/no 标签
AAtomGit-Bot
2024年12月3日 添加了 &nbsp; ascend-cla/yes 标签
atlasaccount1atlasaccount1
2024年12月3日 移除了 &nbsp; ci-pipeline-running 标签
atlasaccount1
atlasaccount1
2024年12月3日 评论:

流水线任务触发成功,正在执行,请稍候。 任务链接[550c1335e3964a8da026a9cdce50da4d]

likedislike
atlasaccount1atlasaccount1
2024年12月3日 添加了 &nbsp; ci-pipeline-running 标签
AAtomGit-Bot
2024年12月3日 强制推送 了代码
atlasaccount1
atlasaccount1
2024年12月3日 评论:

流水线已停止!请重新触发

likedislike
atlasaccount1atlasaccount1
2024年12月3日 移除了 &nbsp; ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年12月3日 添加了 &nbsp; ci-pipeline-failed 标签
atlasaccount1
atlasaccount1
2024年12月3日 评论:

流水线任务触发成功,正在执行,请稍候。 任务链接[69c9f3fef26a4c90ae95c1c7b1cadb87]

likedislike
atlasaccount1atlasaccount1
2024年12月3日 移除了 &nbsp; ci-pipeline-failed 标签
atlasaccount1atlasaccount1
2024年12月3日 添加了 &nbsp; ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年12月3日 移除了 &nbsp; ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年12月3日 添加了 &nbsp; ci-pipeline-failed 标签
atlasaccount1
atlasaccount1
2024年12月3日 评论:

ut failed

likedislike
AAtomGit-Bot
2024年12月5日 强制推送 了代码
atlasaccount1atlasaccount1
2024年12月5日 移除了 &nbsp; ci-pipeline-failed 标签
atlasaccount1atlasaccount1
2024年12月5日 添加了 &nbsp; ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年12月5日 移除了 &nbsp; ci-pipeline-running 标签
atlasaccount1
atlasaccount1
2024年12月5日 评论:

流水线任务触发成功,正在执行,请稍候。 任务链接[1bbf80e289cc45a8955c0ccb021d1ac4]

likedislike
atlasaccount1atlasaccount1
2024年12月5日 添加了 &nbsp; ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年12月5日 移除了 &nbsp; ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年12月5日 添加了 &nbsp; ci-pipeline-failed 标签
atlasaccount1
atlasaccount1
2024年12月5日 评论:

ut failed

likedislike
atlasaccount1atlasaccount1
2024年12月6日 移除了 &nbsp; ci-pipeline-failed 标签
atlasaccount1atlasaccount1
2024年12月6日 添加了 &nbsp; ci-pipeline-running 标签
atlasaccount1
atlasaccount1
2024年12月6日 评论:

retry 成功!请等待!

likedislike
atlasaccount1atlasaccount1
2024年12月6日 移除了 &nbsp; ci-pipeline-running 标签
此处折叠了5条事件消息 查看更多
atlasaccount1atlasaccount1
2024年12月6日 移除了 &nbsp; ci-pipeline-running 标签
atlasaccount1
atlasaccount1
2024年12月6日 评论:

流水线任务触发成功,正在执行,请稍候。 任务链接[3a60bb653a7a4055a869464d0f4804e0]

likedislike
atlasaccount1atlasaccount1
2024年12月6日 添加了 &nbsp; ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年12月6日 移除了 &nbsp; ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年12月6日 添加了 &nbsp; ci-pipeline-passed 标签
atlasaccount1
atlasaccount1
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失败过  
流水线链接   点此跳转
likedislike
AAtomGit-Bot
2024年12月6日 添加了 &nbsp; lgtm 标签
dilililiwhy12024年12月6日进行代码检视1
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
dilililiwhy12024年12月6日评论:

改为非公开接口之后,_apply_distributed_patches会忽略这些方法?

likedislike
dilililiwhy1
2024年12月9日 评论:

/approve

likedislike
AAtomGit-Bot
2024年12月9日 添加了 &nbsp; approved 标签
AAtomGit-Bot
2024年12月9日 合并了Pull Request(通过 API 合并)