已合并
feat(aclrtc): 支持 ACLNN Kernel 常量化编译 #5103
XuebinYang创建于 24 天前
feat(aclrtc): 支持 ACLNN Kernel 常量化编译 #5103
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 XuebinYang 的贡献)24 天前 创建了 pull request,commit 37fa5851
atomgit-bot
24 天前 评论:
24 天前 评论:
🤖 正在生成合并请求摘要,请稍候…


不准确?
atomgit-bot
24 天前 评论:
24 天前 评论:
🤖 AI 代码检视正在进行中,请稍候…


不准确?
24 天前 添加了label:cann-cla/yes
CANN-robot
24 天前 评论:
24 天前 评论:
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.
For more, you also can visit HICANN.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/asc-devkit | ✅ 诸葛洵, YANXI_ZHAO (2/2) | ✅ 诸葛洵, YANXI_ZHAO (2/1) |
| tools | ✅ YANXI_ZHAO, 诸葛洵 (2/2) | ✅ 诸葛洵 (1/1) |
| tools/aclrtc | ✅ YANXI_ZHAO, 诸葛洵 (2/2) | ✅ YANXI_ZHAO (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
XuebinYang, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了319条消息 查看更多
18 天前 通过审查
18 天前 通过了评审
YANXI_ZHAO
18 天前 评论:
18 天前 评论:
/lgtm
/approve


18 天前 添加了label:lgtmapproved
18 天前 合入了pull request
变更说明
aclrtcKernelSpecializationC API,支持 basic 以及 basic + SK 常量化编译请求。libacl_rtc.so动态符号,仅导出冻结的 10 个aclrtc*C API。验证
ascendc_ut_aclrtc: 88/88 通过。acl_rtcRelease 生产目标构建通过(-Werror)。-Wall -Wextra -Werror编译通过。nm -D --defined-only: 仅 10 个冻结aclrtc*API。ldd -r libacl_rtc.so: 无未解析符号。git diff --check通过;pack 目录零差异。