已合并
fix: 修复 HostCPU Where 动态输出 StorageShape 未更新导致的精度问题 #4744
ZhuXincheng创建于 5 天前
fix: 修复 HostCPU Where 动态输出 StorageShape 未更新导致的精度问题 #4744
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 ZhuXincheng 的贡献)5 天前 添加了label:enhancement
5 天前 创建了 pull request,commit 2e609a4e
5 天前 添加了label:cann-cla/yes
CANN-robot
5 天前 评论:
5 天前 评论:
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.
You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
For more, you also can visit HICANN.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/ge | ✅ kobemini, yangyongqiang0606, zhanj (3/2) | ✅ yangyongqiang0606 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
SeasonChu, thanks for your pull request. All authors of the commits have signed the CLA. 👍


5 天前 将yangyongqiang0606,kobemini,ClarkXie,tangqunzhang,xchu42,hugo111,lining23666,fu-jun2,depeng1994,wqtshg_wt,peiyang,shengnan666,zhangfan_hanq,zhanj,zhujingjing,Mexyy,wangxiaotian995,stevenaw0,yuht9设为评审人
5 天前 将yangyongqiang0606,kobemini,ClarkXie,tangqunzhang,xchu42,hugo111,lining23666,fu-jun2,depeng1994,wqtshg_wt,peiyang,shengnan666,zhangfan_hanq,zhanj,zhujingjing,Mexyy,wangxiaotian995,stevenaw0,yuht9设为评审人
此处折叠了12条事件消息 查看更多
2 天前 移除了审查人fu-jun2
ZhuXincheng
2 天前 评论:
2 天前 评论:
compile


2 天前 update merge request[project id: 8824148, iid: 4744, commit_id: 5602a8ab1176bc83d16d5d673b784c89cfd63fae] virtual merging success
2 天前 update merge request[project id: 8824148, iid: 4744, commit_id: 5602a8ab1176bc83d16d5d673b784c89cfd63fae] virtual merging success
CANN-robot
2 天前 评论:
2 天前 评论:
| 🚀 CI 流水线已启动 |
|---|
| 📋 执行详情: 点击查看流水线 |


2 天前 添加了label:ci-pipeline-running
2 天前 取消了草稿状态
2 天前 修改标题为 “fix: 修复 HostCPU Where 动态输出 StorageShape 未更新导致的精度问题”,原标题为“【wip】: where 算子精度问题”
2 天前 修改标题为 “fix: 修复 HostCPU Where 动态输出 StorageShape 未更新导致的精度问题”,原标题为“【wip】: where 算子精度问题”
2 天前 修改了pull request 的描述
2 天前 删除了label:ci-pipeline-running
2 天前 添加了label:ci-pipeline-passed
GengChao
2 天前 评论:
2 天前 评论:
/lgtm


zhanj
2 天前 评论:
2 天前 评论:
/lgtm


2 天前 添加了label:lgtm
yangyongqiang
1 天前 评论:
1 天前 评论:
/approve


1 天前 添加了label:approved
1 天前 合入了pull request
Pull Request
描述
修复 Runtime2 HostCPU 直调路径中,Where 等动态输出算子执行后仅更新 OriginShape、未同步更新 StorageShape,导致下游按预分配最大 Shape 读取尾部无效数据的精度问题。
问题原因
修改内容
变更类型
关联的 Issue
无。
如何测试
核对清单
其他信息
对于 OriginFormat 与 StorageFormat 相同的 ND 输出,本次转换结果等价于使用实际 OriginShape 更新 StorageShape;对于格式不同的输出,仍会执行标准补维和格式转换,不能简单地将两者直接赋值。