Pull Request已成功合入, 合并人@CANN-robot
(感谢 ChenZhoujie 的贡献)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 |
|---|---|---|
| tools/build | ✅ sjtulxh, chenyiyuan (2/2) | ✅ sjtulxh (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
ChenZhoujie, thanks for your pull request. All authors of the commits have signed the CLA. 👍


🔵 source code change are detected, tasks labels is removed in this pull request!


/compile


问题/功能描述
修复在Ascend 950芯片上启动内核时,动态统一缓冲区(UB)大小配置属性的命名错误。该错误导致在特定条件下(ubufDynamicSize != 0)调用底层运行时接口时,使用了错误的属性标识符,可能影响内核执行的正确性或性能。
修改方案描述
将内核启动配置中用于设置动态统一缓冲区大小的属性标识符及其对应的值字段,统一从 ACL_RT_LAUNCH_KERNEL_ATTR_LOCAL_MEMORY_SIZE 和 localMemorySize 更正为 ACL_RT_LAUNCH_KERNEL_ATTR_DYN_UBUF_SIZE 和 dynUBufSize。此修改确保了与底层ACL运行时接口期望的参数名称一致,从而正确传递动态UB配置。


流水线任务触发成功
任务链接 [dbc8cc58d22c4e4c919f3853c7f1bfee][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| 解析CI分支 | ✅ SUCCESS | ||
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| codecheck | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | |
| UT_Test_3 | ✅ SUCCESS | ||
| UT_Test_2 | ✅ SUCCESS | ||
| UT_Test_1 | ✅ SUCCESS | ||
| UT_Test | ✅ SUCCESS | ||
| UT_Test_report | ✅ SUCCESS | >>>>> |
[2026-03-16 15:34:24] CI执行结束


🔵 source code change are detected, tasks labels is removed in this pull request!


/lgtm
/approve


Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: sjtulxh.
Reviewers who wrote a comment of /lgtm are: sjtulxh, chenyiyuan.


描述
关联的Issue
测试
文档更新
类型标签