Pull Request已成功合入, 合并人@ascend-robot
(感谢 田野 的贡献)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 | ✅ 李伟, wuyi_huawei (2/2) | ✅ 李伟 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
transformer910, thanks for your pull request. All authors of the commits have signed the CLA. 👍


Ascend docs pipeline is running...


Ascend docs pipeline is running...


✅ 跳过 docs ci 检查,没有需要检查的文档文件


✅ 跳过 docs ci 检查,没有需要检查的文档文件


| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_master_x86_USE_CXX_ABI_GCC13 | ✅ | >>> |
| Build_v2_6_0_x86 | ✅ | >>> | |
| Build_v2_7_1_x86 | ✅ | >>> | |
| Build_v2_8_0_x86 | ✅ | >>> | |
| Build_v2_9_0_x86 | ✅ | >>> | |
| Build_v2_10_0_x86 | ✅ | >>> | |
| Build_master_ARM_USE_CXX_ABI_GCC13 | ✅ | >>> | |
| Build_v2_6_0_ARM_USE_CXX_ABI | ✅ | >>> | |
| Build_v2_7_1_ARM | ✅ | >>> | |
| Build_v2_8_0_ARM | ✅ | >>> | |
| Build_v2_9_0_ARM | ✅ | >>> | |
| Build_v2_10_0_ARM | ✅ | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | CodeCheck | ✅ | >>> |
| 开源片段检查 | SCA | ✅ | >>> |
| null | UT_master_x86 | ✅ | >>> |
| UT_v2_6_0_x86 | ✅ | >>> | |
| UT_v2_7_1_x86 | ✅ | >>> | |
| UT_v2_8_0_x86 | ✅ | >>> | |
| UT_v2_9_0_x86 | ✅ | >>> | |
| UT_v2_10_0_x86 | ✅ | >>> | |
| UT_v2_7_1_ARM_A2 | ✅ | >>> | |
| 流水线 | PR-pipeline_op-plugin | ✅ | >>> |


/lgtm


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
shen_weiling


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
shen_weiling


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
shen_weiling


Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: 李伟.
Reviewers who wrote a comment of /lgtm are: wuyi_huawei, 李伟.


【合入来源】
【修改方案】
aclnn中quantMode参数偶现无法正常读取值,因为函数结束后aclnn还未执行仅下发,quant_mode变量被释放导致指针指向未知地址。修改为作为函数入参传递。
【资料变更】
不涉及
【接口变更】
不涉及
【功能验证】
本地验证通过

【CheckList】