Pull Request已成功合入, 合并人@CANN-robot
(感谢 rk 的贡献)🤖 本次改动均为数据 / 生成 / 二进制文件(如测试用例、锁文件、媒体资源),没有可审查的代码逻辑,已跳过 AI 代码审查。


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 |
|---|---|---|
| docs | ✅ 杨露, 唐玮玮 (2/2) | ✅ 杨露 (1/1) |
| norm | ✅ 钱泽洪, 唐玮玮 (2/2) | ✅ 钱泽洪 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
wangpengbo26, thanks for your pull request. All authors of the commits have signed the CLA. 👍


您好,pr合入已准备就绪,请尽快联系committer进行检视,谢谢!


/lgtm


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
lwx1255555


您好,pr合入已准备就绪,请尽快联系committer进行检视,谢谢!


/approve


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
lwx1255555


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
lwx1255555


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
lwx1255555


/lgtm
/approve


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
lwx1255555


描述
为现有InplaceAddLayerNormFusionPass融合规则补充独立资料页。该规则在推理场景下,将图中的AddLayerNorm算子替换为InplaceAddLayerNorm算子,使层归一化结果和加法结果分别原地写回x1和x2。
资料同步说明规则的使用约束:
同时新增融合前后拓扑对比图,展示AddLayerNorm算子替换为InplaceAddLayerNorm算子前后的图结构。
关联的Issue
测试
文档更新
norm/inplace_add_layer_norm/docs/InplaceAddLayerNormFusionPass.md,说明融合模式和使用约束。docs/zh/figures/InplaceAddLayerNormFusionPass_1.png,展示融合前后的图结构。类型标签
AI/Agent生成声明