已合并
修复quant mm代码中的整型乘法溢出int32_t代码风险 #5374
oscillated创建于 5月28日
修复quant mm代码中的整型乘法溢出int32_t代码风险 #5374
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 oscillated 的贡献)5月28日 创建了 pull request,commit 60520453
CANN-robot
5月28日 评论:
5月28日 评论:
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) | ✅ 唐超, 范其瑞 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
oscillated, thanks for your pull request. All authors of the commits have signed the CLA. 👍


5月28日 添加了label:cann-cla/yes
5月28日 将sxb154714,chaotang233,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,LinPX,fullt,liubo75,tangweiwei2,wangzitao_leo,zhang-wu设为评审人
5月28日 将sxb154714,chaotang233,crystalhu,yangyang016,fanqirui,zhou-qilong,chenqi317,LinPX,fullt,liubo75,tangweiwei2,wangzitao_leo,zhang-wu设为评审人
5月28日 将sxb154714,chaotang233,crystalhu,yangyang016,fanqirui,chenqi317,LinPX,fullt,liubo75,tangweiwei2,wangzitao_leo,zhang-wu设为审查人
5月28日 将sxb154714,chaotang233,crystalhu,yangyang016,fanqirui,chenqi317,LinPX,fullt,liubo75,tangweiwei2,wangzitao_leo,zhang-wu设为审查人
此处折叠了66条消息 查看更多
范其瑞
6月2日 评论:
6月2日 评论:
/lgtm
/approve


6月2日 添加了label:lgtm
6月2日 关闭了关联的issue
6月2日 合入了pull request
CANN-robot
6月2日 评论:
6月2日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


描述
白盒agent扫描检出,quant mm部分代码存在整型乘法溢出int32_t风险,需在计算时提前转为int64_t避免乘法链溢出风险。
关联的Issue
关联Issue #2994
测试
文档更新
类型标签