Pull Request已成功合入, 合并人@CANN-robot
(感谢 yangjianyu 的贡献)变更摘要
本次变更是一个纯文档更新,在 docs/zh/api_list.md 的 aclBLAS Level 3 Function Reference 接口列表中补充了标准 GEMM 接口 aclblasSgemm 和 aclblasCgemm,并链接到已有文档 blas/gemm/README.md。这两个接口在头文件 include/cann_ops_blas.h 中已声明,本次仅补齐接口列表中的条目,无代码逻辑改动。
主要改动
- 补充
aclblasSgemm条目:在 Level 3 接口表格中新增一行,描述单精度浮点 GEMM 接口,并链接到blas/gemm/README.md - 补充
aclblasCgemm条目:在 Level 3 接口表格中新增一行,描述复数 GEMM 接口,并链接到blas/gemm/README.md


🤖 本次改动均为数据 / 生成 / 二进制文件(如测试用例、锁文件、媒体资源),没有可审查的代码逻辑,已跳过 AI 代码审查。


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.
For more, you also can visit HICANN.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/ops-blas | ✅ 王子韬, xutianze (2/2) | ✅ 王子韬 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


/approve


compile


流水线任务触发成功
任务链接 [c2d90c8b68f54bc59ebffba4f181a35a][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86_A2 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A2 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_A2_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A2_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| codecheck_codestyle | ✅ SUCCESS | >>>>> | |
| precommit | ✅ SUCCESS | >>>>> | |
| PreSmoke_A900_npupool | ✅ SUCCESS | >>>>> |
[2026-08-11 17:15:23] CI执行结束


/lgtm


The following label is not ready.
ci-pipeline-passed: The ci-pipeline-passed label is expired as added over 72 hours. Please use /compile to recompile.


/lgtm
/approve


check_pr


/compile


流水线任务触发成功
任务链接 [eb910cece00b4126bc9eee1544ba6a66][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86_A2 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A2 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_A2_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A2_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| codecheck_codestyle | ✅ SUCCESS | >>>>> | |
| precommit | ✅ SUCCESS | >>>>> | |
| PreSmoke_A900_npupool | ✅ SUCCESS | >>>>> |
[2026-08-20 16:45:10] CI执行结束


描述
docs/zh/api_list.md的 aclBLAS Level 3 Function Reference 接口列表缺少标准 GEMM 接口aclblasSgemm/aclblasCgemm(头文件include/cann_ops_blas.h中已声明,blas/gemm/README.md已有完整文档)。本次在 Level 3 表格中补充这两个条目,并链接到blas/gemm/README.md。关联的Issue
Fixes #341
测试
无代码逻辑改动,仅文档表格补充两行;已核对链接目标
blas/gemm/README.md存在。文档更新
更新了
docs/zh/api_list.md。类型标签