已合并
wqbmmv3 do not support nz in dav3510 #4100
zhangquanxin创建于 4月22日
wqbmmv3 do not support nz in dav3510 #4100
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 zhangquanxin 的贡献)4月22日 创建了 pull request,commit cc6379da
CANN-robot
4月22日 评论:
4月22日 评论:
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 |
|---|---|---|
| matmul | ✅ 王子韬, 陈琦 (2/2) | ✅ 陈琦 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
zhangquanxin, thanks for your pull request. All authors of the commits have signed the CLA. 👍


4月22日 添加了label:cann-cla/yes
4月22日 将sxb154714,chaotang233,gitee-yanglulu,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangzitao_leo,gitcode-chenjiao,zhang-wu设为评审人
4月22日 将sxb154714,chaotang233,gitee-yanglulu,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangzitao_leo,gitcode-chenjiao,zhang-wu设为评审人
4月22日 将sxb154714,chaotang233,gitee-yanglulu,crystalhu,yangyang016,fanqirui,chenqi317,liubo75,tangweiwei2,wangzitao_leo,gitcode-chenjiao,zhang-wu设为审查人
4月22日 将sxb154714,chaotang233,gitee-yanglulu,crystalhu,yangyang016,fanqirui,chenqi317,liubo75,tangweiwei2,wangzitao_leo,gitcode-chenjiao,zhang-wu设为审查人
此处折叠了72条消息 查看更多
wangzitao
5月8日 评论:
5月8日 评论:
/lgtm


5月8日 添加了label:lgtm
CANN-robot
5月8日 评论:
5月8日 评论:
5月8日 关闭了关联的issue
5月8日 合入了pull request
描述
DAV_3510架构上,weight参数只支持FORMAT_ND格式,不支持FORMAT_FRACTAL_NZ。aclnnWeightQuantBatchMatmulV2接口已有此检查,V3接口缺失,需要统一添加格式校验。
通过将aclnnWeightQuantBatchMatmulV2中的格式检查逻辑抽取为独立函数 CheckWeightFormat(),然后在V2和V3两个接口中统一调用实现功能, 同时避免重复代码,提高可维护性。
关联的Issue
issue https://gitcode.com/cann/ops-nn/issues/2455
测试
二级冒烟
文档更新
无
类型标签