已合并
c-api minimal set #5021
DianaBlessYou创建于 10 天前
c-api minimal set #5021
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 DianaBlessYou 的贡献)10 天前 创建了 pull request,commit d1813ef6
atomgit-bot
10 天前 评论:
10 天前 评论:
变更摘要
该 PR 旨在提供一套精简的 C API(c-api minimal set),从 perf 分支合入 master。PR 描述中未提供具体的改动动机和详细说明,但从变更规模(4 个文件,+607 行 / -100 行)来看,本次改动涉及对现有 C API 接口的精简与重组,可能移除了冗余或非核心的接口定义,同时新增了最小化 API 集合所需的声明与实现。
主要改动
由于本次任务未提供变更文件的具体路径及内嵌补丁(patch),无法从 diff 中提取具体的接口、函数或数据结构变更。以下仅基于 PR 标题和统计信息进行推断:
- C API 接口精简:从
perf分支引入一套"最小集合"C API,净增约 500 行代码,表明在删除部分旧接口的同时新增了核心 API 定义 - 代码行数变化:共涉及 4 个文件,删除约 100 行、新增约 607 行,整体呈扩展趋势,暗示 API 重构以新增规范化接口为主


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


10 天前 添加了label:cann-cla/yes
CANN-robot
10 天前 评论:
10 天前 评论:
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 |
|---|---|---|
| docs | ✅ munanhw, bianque (2/2) | ✅ munanhw (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
lijunjie147, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了58条消息 查看更多
8 天前 添加了label:lgtmapproved
8 天前 合入了pull request
描述
完善SIMD C API接口文档(asc_eq/asc_and/asc_or/asc_store_dev):
关联的Issue
测试
文档更新
类型标签