已合并
c-api minimal set #5021
DianaBlessYou创建于 10 天前
c-api minimal set #5021
已合并
DianaBlessYou创建于 10 天前
DianaBlessYou
DianaBlessYou成员
10 天前

描述

完善SIMD C API接口文档(asc_eq/asc_and/asc_or/asc_store_dev):

  • 补充约束说明
  • 重构函数原型:由逐一列举全部改为 模板写法,补充 dtype 取值说明与典型示例
  • 调用示例全面升级:由最小片段替换为完整可运行样例
  • 统一补充 bisheng 编译运行命令及 NPU 架构映射说明

关联的Issue

测试

文档更新

类型标签

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 DianaBlessYou 的贡献)
DianaBlessYouDianaBlessYou成员
10 天前 创建了 pull request,commit d1813ef6
atomgit-bot
atomgit-bot
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 重构以新增规范化接口为主
likedislike
atomgit-bot
atomgit-bot
10 天前 评论:

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

likedislike
CANN-robotCANN-robot成员
10 天前 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
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 /approve or /lgtm
  • Commenting /approve implies 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. 👍

likedislike
此处折叠了58条消息 查看更多
bianque成员
8 天前 评论:

/lgtm

likedislike
Mmunanhw成员
8 天前 解决了最后一个问题
munanhw成员
8 天前 评论:

/approve

likedislike
CANN-robotCANN-robot成员
8 天前 添加了label:lgtmapproved
CANN-robotCANN-robot成员
8 天前 合入了pull request