已合并
refactor: 替换 rt 内部接口为 rt包间接口和aclrt 对外接口 #3313
tangqunzhang创建于 6月2日
refactor: 替换 rt 内部接口为 rt包间接口和aclrt 对外接口 #3313
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 tangqunzhang 的贡献)6月2日 添加了label:enhancement
6月2日 创建了 pull request,commit 1f30f628
6月2日 添加了label:cann-cla/yes
CANN-robot
6月2日 评论:
6月2日 评论:
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 |
|---|---|---|
| compiler/engines/cpu_engine | ✅ yuht9, 刘伟, kobemini (3/2) | ✅ 刘伟 (1/1) |
| compiler/engines/dvpp_engine | ✅ 王涛, kobemini, yuht9 (3/2) | ✅ 王涛 (1/1) |
| compiler/engines/ffts_engine | ✅ lijunyu_111, kobemini, yuht9 (3/2) | ✅ lijunyu_111 (1/1) |
| compiler/engines/hccl_engine | ✅ yuht9, dingweiqin_57, kobemini (3/2) | ✅ dingweiqin_57 (1/1) |
| compiler/engines/nn_engine | ✅ lijunyu_111, kobemini, yuht9 (3/2) | ✅ lijunyu_111 (1/1) |
| compiler/engines/rts_engine | ✅ 王涛, kobemini, yuht9 (3/2) | ✅ 王涛 (1/1) |
| compiler/opcompiler | ✅ lijunyu_111, kobemini, yuht9 (3/2) | ✅ lijunyu_111 (1/1) |
| repo-cann/ge | ✅ 王涛, yuht9, kobemini (3/2) | ✅ 王涛 (1/1) |
| tests/engines/ffts_engine | ✅ yuht9, lijunyu_111, kobemini (3/2) | ✅ lijunyu_111 (1/1) |
| tests/engines/hccl_engine | ✅ dingweiqin_57, kobemini, yuht9 (3/2) | ✅ dingweiqin_57 (1/1) |
| tests/engines/nn_engine | ✅ lijunyu_111, kobemini, yuht9 (3/2) | ✅ lijunyu_111 (1/1) |
| tests/engines/rts_engine | ✅ yuht9, 王涛, kobemini (3/2) | ✅ 王涛 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
tangqunzhang, thanks for your pull request. All authors of the commits have signed the CLA. 👍


tangqunzhang
6月2日 评论:
6月2日 评论:
compile


此处折叠了473条消息 查看更多
57_Viking
6月18日 评论:
6月18日 评论:
/approve


6月18日 添加了label:approved
6月18日 合入了pull request
Pull Request
描述
将 GE 项目中使用的 rt 内部接口(如 rtMalloc、rtFree、rtStreamCreate、rtKernelLaunch 等)统一替换为 aclrt 对外公开接口(如 aclrtMalloc、aclrtFree、aclrtCreateStream、aclrtLaunchKernel 等),提升接口规范性,消除对内部头文件的依赖。
主要变更:
变更类型
关联的Issue
如何测试
核对清单
其他信息