已关闭
[Documentation|文档反馈]: 中文文档叠字/标点错误 6 处(SIMD-API 文档) #1658
dihidao创建于  8 天前关闭于  5 天前
dihidao
dihidao
8 天前 创建

场景:开发者查阅 docs/zh 下 SIMD-API 的 C-API/Adv-API 文档与 matmul 常量化最佳实践。

问题与位置(master 2026-09-12 核实,均为多字/多标点):

  1. docs/zh/api/SIMD-API/basic_api/debug_interface/disable_ascendc_dump.md:11:"修改文件中中"→"修改文件中";
  2. docs/zh/api/SIMD-API/adv_api/convolution_compute/Conv3DBackpropInput_Kernel/Conv3DBackpropInput_usage.md:10:"矩阵核核函数"→"矩阵核函数";
  3. docs/zh/api/SIMD-API/c_api/reg_compute/store/asc_storealign_1st.md:158:"dtype对齐。,offset"→删多余句号;
  4. docs/zh/api/SIMD-API/c_api/spr/asc_set_saturation_flag.md:39:表格单元格内"数据类型。。"→单句号;
  5. docs/zh/api/SIMD-API/adv_api/cube_compute/Matmul_Kernel/GetMatmulApiTiling.md:33:"编译期期间"→"编译期间";
  6. 同 5:examples/01_simd_cpp_api/04_advanced_api/00_matmul/matmul_constant_tiling/README.md:3、docs/zh/guide/operator_practice/best_practices/matmul_tuning_cases/matmul_tiling_constant.md:69。

影响:官方 API 文档多处错字影响阅读与检索。

问题复现方式:master 对应行号即见。
修复建议:按上述删改。已检索本仓历史 issues(#1169 为 storealign_pack_quarter 的 mask 语义问题,与以上各处不同)。

likedislike
lihuaichao成员
6 天前 评论:

您好,感谢反馈,已确认该问题,docs/zh目录下的文档书写错误,近期将修复。

likedislike
Llihuaichao成员
6 天前 将 lihuaichao 设为负责人
Llihuaichao成员
6 天前 关联了pull request:docs: 修复中文文档叠字和标点错误(#1658)
Llihuaichao成员
6 天前 关联了pull request:docs: 同步中文文档叠字和标点修复至9.2.0(#1658)
lihuaichao成员
6 天前 评论:

您好,修改PR已合入。

修复了中文SIMD API文档及Matmul常量化实践、样例说明中的叠字和多余标点,共7个文件、7处修改:

  • “文件中中”改为“文件中”。
  • “矩阵核核函数”改为“矩阵核函数”。
  • “dtype对齐。,”删除多余句号。
  • “数据类型。。”改为单句号。
  • API说明、最佳实践和样例README中的3处“编译期期间”统一改为“编译期间”。
likedislike
lihuaichao成员
5 天前 评论:

您好,相关问题已修复。

我们先关闭此issue。后续如果有其他问题,欢迎再提issue交流~

likedislike
Llihuaichao成员
5 天前 issue状态由 进行中 改变为 已解决
Llihuaichao成员
5 天前 关闭了 issue
CANN-robotCANN-robot成员
5 天前 添加了label:resolved
Llihuaichao成员
17 小时前 添加了label:Accepted