已合并
[fix] Refine error message of linalg_qr. #4278
maoyuanpeng1创建于 2月14日
[fix] Refine error message of linalg_qr. #4278
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 maoyuanpeng1 的贡献)2月14日 创建了 pull request,commit 6084d49a
AtlasAccount
2月14日 评论:
2月14日 评论:
ascend-robot
2月14日 评论:
2月14日 评论:
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 |
|---|---|---|
| repo-Ascend/op-plugin | ✅ liangchenghui, wanglijun55, wangmin0104 (3/2) | ✅ wangmin0104 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


2月14日 添加了label:ascend-cla/yes
maoyuanpeng1
2月14日 评论:
2月14日 评论:
compile


此处折叠了77条消息 查看更多
2月27日 添加了label:approved
ascend-robot
2月27日 评论:
2月27日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: wangmin0104.
Reviewers who wrote a comment of /lgtm are: wangmin0104, liangchenghui, wanglijun55.


2月27日 合入了pull request
5月26日 删除了label:ci-pipeline-passed
5月26日 添加了label:ci-pipeline-failed
【合入来源】
【修改方案】
linalg.qr 算子 当输入的维度小于2时(即不是一个矩阵时),报错信息与原生torch不一致。
修改报错信息,对齐原生torch。
aclop和opapi一同修改。
【资料变更】
不涉及
【接口变更】
不涉及
【功能验证】
只修改报错信息
【CheckList】