Pull Request已成功合入, 合并人@CANN-robot
(感谢 sakuraqqz 的贡献)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 |
|---|---|---|
| index | ✅ chenqi317, FelixTang7 (2/2) | ✅ chenqi317 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


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


流水线任务触发成功 [流水线指导]
任务链接 [812fd6578e35408da1970d62b41cb709]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_950 | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| Pre_Compile | ✅ SUCCESS | ||
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test_ophost | ✅ SUCCESS | ||
| UT_Test_opapi | ✅ SUCCESS | ||
| UT_Test_kernel | ✅ SUCCESS | ||
| UT_Test_opgraph | ✅ SUCCESS | ||
| Smoke_A900_npupool | ✅ SUCCESS | >>>>> |
[2026-03-03 16:21:00] CI执行结束


问题/功能描述
本次PR主要修复了一个日志打印中的格式字符串类型不匹配问题,并调整了一个算子的构建配置。具体解决了在特定编译信息检查失败时,错误日志中ubSize和CACHE_BUF_SIZE两个变量的格式化输出因类型不匹配可能导致的问题。同时,将scatter_list操作的构建目标从内部实现(aclnn_inner)调整为公开的ACLNN算子接口(aclnn)。
修改方案描述
修改包含两项核心内容:1) 在repeat_interleave_grad_int_repeat_tiling.cpp文件中,将一处错误日志的格式说明符从%ld修正为%lu,使其与对应的无符号长整型参数类型保持一致,确保日志输出的正确性。2) 在scatter_list/op_host/CMakeLists.txt文件中,将构建目标类型从aclnn_inner修改为aclnn,这标志着该算子从内部实现调整为公开的算子接口。两项修改均不涉及功能逻辑变更,风险较低。


/lgtm


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


描述
关联的Issue
https://gitcode.com/cann/ops-nn/issues/1288
测试
文档更新
类型标签