已合并
新增 matrix_diag_part_v3 和 matrix_diag_v3 两个 AICPU 算子 #2408
Ding_Jing创建于 4月23日
新增 matrix_diag_part_v3 和 matrix_diag_v3 两个 AICPU 算子 #2408
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 Ding_Jing 的贡献)CANN-robot
4月23日 评论:
4月23日 评论:
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 |
|---|---|---|
| */*/README.md | ✅ 周文芳, 宋凯, 周奇龙 (3/2) | ✅ 周文芳 (1/1) |
| */*/op_graph/*_proto.h | ✅ 汤磊, 周奇龙, 宋凯 (3/2) | ✅ 汤磊 (1/1) |
| repo-cann/ops-math | ✅ 宋凯, 周奇龙 (2/2) | ✅ 宋凯, 周奇龙 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
Ding_Jing, thanks for your pull request. All authors of the commits have signed the CLA. 👍


4月23日 添加了label:cann-cla/yes
4月23日 将zhou-qilong,gitee-duhuiping,wangrui_,rxtfeng,loov1,zhangzijie,jia0liang,songkai111,gitcode-chenjiao,llimwang,gubaocheng设为评审人
4月23日 将zhou-qilong,gitee-duhuiping,wangrui_,rxtfeng,loov1,zhangzijie,jia0liang,songkai111,gitcode-chenjiao,llimwang,gubaocheng设为评审人
4月23日 将zhou-qilong,gitee-duhuiping,wangrui_,rxtfeng,loov1,zhangzijie,jia0liang,songkai111,gitcode-chenjiao,llimwang,gubaocheng设为审查人
4月23日 将zhou-qilong,gitee-duhuiping,wangrui_,rxtfeng,loov1,zhangzijie,jia0liang,songkai111,gitcode-chenjiao,llimwang,gubaocheng设为审查人
此处折叠了225条消息 查看更多
CANN-robot
4月29日 评论:
4月29日 评论:
The following users do not have permission to comment /lgtm or /approve on any module in this PR:
刘伟, ZhaiPeiChao


4月29日 添加了label:approved
4月29日 关闭了关联的issue
4月29日 合入了pull request
描述
新增
matrix_diag_part_v3和matrix_diag_v3两个 AICPU 算子,实现对矩阵对角线的提取和构造功能。变更内容
matrix_diag_part_v3: 提取矩阵的对角线元素
matrix_diag_v3: 根据对角线元素构造矩阵
更新算子列表文档 (docs/zh/op_list.md)
关联的Issue
#1409
测试
根据代码变更,测试场景如下:
单元测试
功能验证
文档更新
类型标签