已合并
参数副本确定性计算Bug修复 & UT补充构建 #1452
AtomGit-Bot创建于 2024年11月25日
参数副本确定性计算Bug修复 & UT补充构建 #1452
已合并
AtomGit-Bot创建于 2024年11月25日
refs/pull/1452/head合入到master
AtomGit-Bot
2024年11月25日
likedislike
Pull Request已成功合入, 合并人@
(感谢 AtomGit-Bot 的贡献)
AAtomGit-Bot
2024年11月25日 强制推送 了代码
atlasaccount1atlasaccount1
2024年11月25日 添加了   ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年11月25日 移除了   ci-pipeline-running 标签
atlasaccount1atlasaccount1
2024年11月25日 添加了   ci-pipeline-failed 标签
AAtomGit-Bot
2024年11月25日 强制推送 了代码
此处折叠了87条消息 查看更多
atlasaccount1atlasaccount1
2024年11月26日 添加了   ci-pipeline-failed 标签
atlasaccount1
atlasaccount1
2024年11月26日 评论:

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

likedislike
atlasaccount1
atlasaccount1
2024年11月26日 评论:

checklist流水线任务已触发,正在执行,请稍候。任务链接[297c650abf024171a75e49eeaaac6d6a]

likedislike
atlasaccount1
atlasaccount1
2024年11月26日 评论:
检查项 状态 详情
code_check >>>
sca >>>
anti_poison >>>
build >>>
UT >>>
likedislike
aijgnem12024年11月27日进行代码检视1
mindspeed/optimizer/distrib_optimizer.py
@@ -628,2 +625,2 @@
628- else:
629- shard_main_param_int32_view_bucket[:param_data_dp_numel].sub_(32768)
625+ if not self.first_sub_flag and not npu_deterministic:
626+ shard_main_param_int32_view_bucket[:param_data_dp_numel].sub_(32768)
aijgnem12024年11月27日评论:

加个注释吧

32768
likedislike