Pull Request已成功合入, 合并人@CANN-robot
(感谢 zhouwenfang 的贡献)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 |
|---|---|---|
| */*/README.md | ✅ gitee-yanglulu, wuyao51511 (2/2) | ✅ gitee-yanglulu (1/1) |
| */*/docs/acl*.md | ✅ gitee-yanglulu, wuyao51511 (2/2) | ✅ gitee-yanglulu (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
zhouwenfang, thanks for your pull request. All authors of the commits have signed the CLA. 👍


🔵 source code change are detected, tasks labels is removed in this pull request!


compile


流水线任务触发成功
任务链接 [607f2c648e7044c8a6f05fbe86d1c708][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| anti_virus | ❌ FAILED | ||
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Pre_Compile | ✅ SUCCESS | ||
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| StaticCheck_codespell_check | ⚠️ WARNING | >>>>> | |
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| Compile_X86_monitor | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_ARM_monitor | ✅ SUCCESS | >>>>> | >>>>> |
| UT_Test_ophost | ⚪ ABORTED | ||
| UT_Test_opapi | ⚪ ABORTED | ||
| UT_Test_kernel | ⚪ ABORTED | ||
| UT_Test_opgraph | ⚪ ABORTED | ||
| Smoke_A900_npupool | ⚪ ABORTED | ||
| ATK_Test_A2 | ⚪ ABORTED |
[2026-03-31 11:37:34] CI执行失败


问题/功能描述
本次PR是一次针对多个量化算子API及README文档的集中格式修正与内容完善。主要解决了文档中普遍存在的HTML标签语法错误(如表格<td>、列表<li>标签未闭合或错位)、格式不规范(如多余空行、缩进不一致、缺少换行符)以及部分内容不准确(如无效链接、产品支持说明格式)等问题。所有修改均旨在提升文档的语法正确性、结构清晰度、可读性与规范性,不涉及任何算子功能、接口定义或代码逻辑的变更。
修改方案描述
通过批量修改涉及aclnnAscendAntiQuant、AscendQuant、DequantSwigluQuant、DynamicQuant系列、GroupQuant系列、SwiGluQuant、TransQuantParam系列等数十个算子的Markdown文档文件,实施了统一的文档质量优化。具体修复内容包括:修正HTML表格和列表的标签闭合错误;补充缺失的表格行标签(<tr>);移除多余空行并统一换行符;调整标题格式、列表缩进以符合规范;更新或清理无效的示例代码链接;优化产品支持说明的呈现方式。所有改动均为纯文本格式调整,属于低风险的文档维护性工作。


compile


流水线任务触发成功
任务链接 [30d545b1c8094a1bba729e7f814a34d7][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Pre_Compile | ✅ SUCCESS | ||
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| StaticCheck_codespell_check | ⚠️ WARNING | >>>>> | |
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| Compile_X86_monitor | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_ARM_monitor | ✅ SUCCESS | >>>>> | >>>>> |
| UT_Test_ophost | ✅ SUCCESS | ||
| UT_Test_opapi | ✅ SUCCESS | ||
| UT_Test_kernel | ✅ SUCCESS | ||
| UT_Test_opgraph | ✅ SUCCESS | ||
| Smoke_A900_npupool | ✅ SUCCESS | >>>>> | |
| ATK_Test_A2 | ✅ SUCCESS |
[2026-03-31 11:44:41] CI执行结束


/approve


Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: gitee-yanglulu.
Reviewers who wrote a comment of /lgtm are: gitee-yanglulu, wuyao51511.


描述
Modify the aclnn and readme issue
关联的Issue
测试
已对齐
文档更新
Modify the aclnn and readme issue
类型标签