已合并
修复 GMM && MOEInitRouting算子问题 #1722
修复 GMM && MOEInitRouting算子问题 #1722
已合并
weinachuan创建于 2月10日
weinachuan成员
2月10日

描述

GMM 与 MoeInitRouting算子设计文档中图片缺失

关联的Issue

测试

文档更新

类型标签

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 weinachuan 的贡献)
Wweinachuan成员
2月10日 创建了 pull request,commit 8dc1241d
CANN-robotCANN-robot成员
2月10日 将monologue815,chen-linxin4,yu-xinjie62,Allan_Yu,songkai111,liudan12,cc-z,mabing1118设为审查人
CANN-robot
CANN-robot成员
2月10日 评论:

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 /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)
likedislike
CANN-robotCANN-robot成员
2月10日 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
2月10日 评论:

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

likedislike
CANN-robot
CANN-robot成员
2月10日 评论:

CLA Signature Pass

Wei_NaChuan, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
CANN-robot
CANN-robot成员
2月10日 评论:

问题/功能描述

本次PR主要包含两类变更:一是为项目中文文档新增或更新了多张技术示意图,以增强关于GMM(高斯混合模型)相关技术方案(如对角线分核、横向分核、量化场景流程与缓冲区分配)以及系统架构(MoeInitRoutingV2)的视觉化说明,提升文档的可读性与准确性;二是修复了三个算子API文档中指向aclnn返回码参考页面的错误内部链接,确保了文档的可用性和用户体验。

修改方案描述

具体修改分为两部分:1. 在文档的figures目录下,新增了GMM对角线分核方案.pngGMM横向分核方案.pngGMM量化场景UB_Buffer分配.pngGMM量化场景流程图.png四个PNG格式的图片文件,并替换了MoeInitRoutingV2.png架构图文件,均为静态资源更新,不涉及代码逻辑。2. 修正了aclnnMoeFinalizeRoutingV2GradaclnnMoeTokenPermuteWithRoutingMapGradaclnnMoeTokenUnpermuteWithRoutingMapGrad三个算子API文档中的超链接路径,将其统一更正为正确的相对路径../../../docs/zh/context/aclnn返回码.md。所有变更均不涉及源代码、接口或依赖库的改动。

likedislike
weinachuan成员
2月10日 评论:

compile

likedislike
CANN-robotCANN-robot成员
2月10日 添加了label:ci-pipeline-running
CANN-robot
CANN-robot成员
2月10日 评论:

流水线任务触发成功 [流水线指导]
任务链接 [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执行失败

likedislike
CANN-robotCANN-robot成员
2月10日 添加了label:api-check-pass
CANN-robotCANN-robot成员
2月10日 删除了label:ci-pipeline-running
CANN-robotCANN-robot成员
2月10日 添加了label:ci-pipeline-failed
weinachuan成员
2月10日 评论:

compile

likedislike
CANN-robotCANN-robot成员
2月10日 删除了label:ci-pipeline-failed
CANN-robotCANN-robot成员
2月10日 添加了label:ci-pipeline-running
CANN-robotCANN-robot成员
2月10日 删除了label:api-check-pass
CANN-robot
CANN-robot成员
2月10日 评论:

流水线任务触发成功 [流水线指导]
任务链接 [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执行结束

likedislike
CANN-robotCANN-robot成员
2月10日 添加了label:api-check-pass
CANN-robotCANN-robot成员
2月10日 删除了label:ci-pipeline-running
CANN-robotCANN-robot成员
2月10日 添加了label:ci-pipeline-passed
赵臣臣成员
2月10日 评论:

/lgtm

likedislike
chen-linxin4成员
2月10日 评论:

/approve

likedislike
Wweinachuan成员
2月10日 修改了pull request 的描述
Wweinachuan成员
2月10日 关联了issue:【GMM文档中图片缺失】
於欣洁成员
2月11日 评论:

/lgtm

likedislike
songkai111成员
2月11日 评论:

/approve

likedislike
CANN-robotCANN-robot成员
2月11日 添加了label:lgtmapproved
CANN-robot
CANN-robot成员
2月11日 评论:

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.

likedislike
CANN-robotCANN-robot成员
2月11日 关闭了关联的issue
CANN-robotCANN-robot成员
2月11日 合入了pull request