已合并
qbmm v3 golden with new ttk #5976
he_kan创建于 6月11日
qbmm v3 golden with new ttk #5976
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 he_kan 的贡献)6月11日 添加了label:cann-cla/no
CANN-robot
6月11日 评论:
6月11日 评论:
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
he_kan, thanks for your pull request. All authors of the commits have signed the CLA. 👍


matmul/quant_batch_matmul_v3/tests/assets/quant_batch_matmul_v3.py
已过期
@@ -0,0 +327,4 @@
327+
328+ return [out]
329+
330+ class ThirdPartyImpl:
确认下thirdparty的功能,以及写法是否规范


matmul/quant_batch_matmul_v3/tests/assets/quant_batch_matmul_v3.py
已过期
@@ -0,0 +632,4 @@
632+
633+ third_party = {"torch": ThirdPartyImpl}
634+
635+ def customize_inputs(x1, x2, scale, offset=None, bias=None, pertoken_scale=None,
mx场景的e8m0 scale的负数范围拦截提示补充一下


此处折叠了71条消息 查看更多
he_kan
7月3日 评论:
7月3日 评论:
/check-pr


CANN-robot
7月3日 评论:
7月3日 评论:
The MR can not be merged, because of CodeReview discussion not resolved
If you want to solve this problem, you can click here to do it in the FAQs.


7月3日 解决了最后一个问题
7月3日 合入了pull request
CANN-robot
7月3日 评论:
7月3日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


描述
新增量化类matmul算子的golden,适配新的ops-test-kit框架
关联的Issue
https://gitcode.com/cann/ops-nn/issues/3725
测试
文档更新
类型标签