已合并
新增capi接口,提供数据归约求和,发送/等待同步点,设置/获取核间同步寄存器基地址能力 #431
zhangyike创建于 2月9日
新增capi接口,提供数据归约求和,发送/等待同步点,设置/获取核间同步寄存器基地址能力 #431
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 zhangyike 的贡献)2月9日 将zhanghao_0689,yanqingshang,wulinyu,zhuliangying,dengjing_aoe,YeZZzzz1,bluesky901,wqtshg_wt,yangbinhua,gao_dafa,chenyiyuan,xun_zhuge,ookkkkoo1122,bianque,houyuyang,shi_nanxiang,wuyang_hw,ascendhjh,DragonBornHD84,jiangZD,wuzhaolin设为审查人
2月9日 将zhanghao_0689,yanqingshang,wulinyu,zhuliangying,dengjing_aoe,YeZZzzz1,bluesky901,wqtshg_wt,yangbinhua,gao_dafa,chenyiyuan,xun_zhuge,ookkkkoo1122,bianque,houyuyang,shi_nanxiang,wuyang_hw,ascendhjh,DragonBornHD84,jiangZD,wuzhaolin设为审查人
CANN-robot
2月9日 评论:
2月9日 评论:
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 |
|---|---|---|
| impl/c_api | ✅ wuyang_hw, chenyiyuan, pangfd (3/2) | ✅ pangfd (1/1) |
| include/c_api | ✅ wuyang_hw, chenyiyuan, wuzhaolin (3/2) | ✅ wuzhaolin (1/1) |
| repo-cann/asc-devkit | ✅ wuyang_hw, chenyiyuan (2/2) | ✅ wuyang_hw (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


2月9日 添加了label:cann-cla/yes
CANN-robot
2月9日 评论:
2月9日 评论:
🔵 source code change are detected, tasks labels is removed in this pull request!


此处折叠了108条消息 查看更多
chenyiyuan
2月11日 评论:
2月11日 评论:
/lgtm
/apprv


2月11日 添加了label:lgtm
CANN-robot
2月11日 评论:
2月11日 评论:
2月11日 合入了pull request
描述
新增如下c-api接口:
asc_sync_block_arrive
asc_sync_block_wait
asc_get_ffts_base_addr
asc_set_ffts_base_addr
asc_pair_reduce_sum
旨在提供数据归约求和接口;发送同步信息数据到FFTS设置同步点接口;等待所有对象到达flagID对应同步点接口;设置基地址接口;获取核间同步寄存器基地址接口。完善capi功能。
关联的Issue
https://gitcode.com/cann/asc-devkit/issues/88
测试
二级冒烟
文档更新
类型标签