Pull Request已成功合入, 合并人@CANN-robot
(感谢 weinachuan 的贡献)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
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| docs | ✅ songkai111, yu-xinjie62 (2/2) | ✅ songkai111 (1/1) |
| moe | ✅ yu-xinjie62, chen-linxin4, songkai111, cc-z (4/2) | ✅ chen-linxin4, songkai111 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


🔵 source code change are detected, tasks labels is removed in this pull request!


问题/功能描述
本次PR主要包含两类变更:一是为项目中文文档新增或更新了多张技术示意图,以增强关于GMM(高斯混合模型)相关技术方案(如对角线分核、横向分核、量化场景流程与缓冲区分配)以及系统架构(MoeInitRoutingV2)的视觉化说明,提升文档的可读性与准确性;二是修复了三个算子API文档中指向aclnn返回码参考页面的错误内部链接,确保了文档的可用性和用户体验。
修改方案描述
具体修改分为两部分:1. 在文档的figures目录下,新增了GMM对角线分核方案.png、GMM横向分核方案.png、GMM量化场景UB_Buffer分配.png和GMM量化场景流程图.png四个PNG格式的图片文件,并替换了MoeInitRoutingV2.png架构图文件,均为静态资源更新,不涉及代码逻辑。2. 修正了aclnnMoeFinalizeRoutingV2Grad、aclnnMoeTokenPermuteWithRoutingMapGrad和aclnnMoeTokenUnpermuteWithRoutingMapGrad三个算子API文档中的超链接路径,将其统一更正为正确的相对路径../../../docs/zh/context/aclnn返回码.md。所有变更均不涉及源代码、接口或依赖库的改动。


compile


流水线任务触发成功 [流水线指导]
任务链接 [cb6a1debbe6546c8ae30aa063ca4ccf7]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ❌ FAILED | >>>>> | |
| SCA | ✅ SUCCESS | ||
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Pre_Compile | ✅ SUCCESS | ||
| API_Check | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test | ⚪ ABORTED | ||
| Smoke_A900_npupool | ⚪ ABORTED |
[2026-02-10 16:10:55] CI执行失败


compile


流水线任务触发成功 [流水线指导]
任务链接 [09d793127e184ee2a3799f6811d149bd]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Pre_Compile | ✅ SUCCESS | ||
| API_Check | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | ||
| Smoke_A900_npupool | ✅ SUCCESS | >>>>> |
[2026-02-10 17:08:27] CI执行结束


/approve


/approve


Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: songkai111, chen-linxin4.
Reviewers who wrote a comment of /lgtm are: yu-xinjie62, songkai111, cc-z, chen-linxin4.


描述
GMM 与 MoeInitRouting算子设计文档中图片缺失
关联的Issue
测试
文档更新
类型标签