已合并
docs(api-list): add aclblasSgemm and aclblasCgemm to api_list.md #323
yangjianyu创建于 22 天前
docs(api-list): add aclblasSgemm and aclblasCgemm to api_list.md #323
已合并
共 1 个文件变更+2-0
| @@ -875,6 +875,8 @@ Level 3 接口在矩阵之间进行运算,典型操作包括对称矩阵乘法 | |||
| 875 | 875 | ||
| 876 | | 接口名 | 说明 | | 876 | | 接口名 | 说明 | |
| 877 | |---|---| | 877 | |---|---| |
| 878 | +| [aclblasSgemm](../../blas/gemm/README.md) | 单精度浮点通用矩阵乘法 | | ||
| 879 | +| [aclblasCgemm](../../blas/gemm/README.md) | 复数通用矩阵乘法 | | ||
| 878 | | [aclblasSgemmGroupedBatched](../../blas/gemm_grouped_batched/README.md) | 单精度浮点分组批量矩阵乘法 | | 880 | | [aclblasSgemmGroupedBatched](../../blas/gemm_grouped_batched/README.md) | 单精度浮点分组批量矩阵乘法 | |
| 879 | | [aclblasSgelsBatched](../../blas/gels_batched/README.md) | 单精度批量最小二乘/最小范数求解 | | 881 | | [aclblasSgelsBatched](../../blas/gels_batched/README.md) | 单精度批量最小二乘/最小范数求解 | |
| 880 | | [aclblasSgeqrfBatched](../../blas/geqrf_batched/README.md) | 单精度批量 QR 分解 | | 882 | | [aclblasSgeqrfBatched](../../blas/geqrf_batched/README.md) | 单精度批量 QR 分解 | |