Pull Request已成功合入, 合并人@CANN-robot
(感谢 zhaowenrui 的贡献)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 |
|---|---|---|
| math/triangular_solve | ✅ songkai111, wangrui_ (2/2) | ✅ songkai111, wangrui_ (2/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!


compile


问题/功能描述
本次PR包含两项常规维护性更新。首先,统一更新了项目中的CMake配置文件和C++测试文件的版权年份信息,从2025年更新至2026年,以确保元数据符合最新的时间要求。其次,对三角矩阵求解算子(aclnnTriangularSolve)的C++单元测试代码进行了格式重构和规范化调整,旨在提升代码可读性与统一编码风格,不涉及功能变更。
修改方案描述
修改方案主要分为两部分。一是对四个文件(包括CMakeLists.txt和C++测试文件)头部的版权声明进行了纯文本更新,将年份“2025”统一改为“2026”。二是对特定算子的单元测试文件进行了代码风格优化,包括拆分过长代码行、统一张量描述符初始化格式以及移除多余空白行。所有修改均不涉及业务逻辑、算法实现或接口定义的任何实质性变更。


流水线任务触发成功 [流水线指导]
任务链接 [b5f19965b3024e85a4c083817c1f6eed]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ❌ FAILED | >>>>> | |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ⚠️ WARNING | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test | ⚪ ABORTED | ||
| UT_Test_experimental | ⚪ ABORTED | ||
| Smoke_A900_npupool | ⚪ ABORTED | ||
| harmony-infer | ⚪ ABORTED |
[2026-03-02 11:55:36] CI执行失败


compile


流水线任务触发成功 [流水线指导]
任务链接 [a711aefe328f4246bf96bc4d4458cdc6]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | ||
| UT_Test_experimental | ✅ SUCCESS | ||
| Smoke_A900_npupool | ✅ SUCCESS | >>>>> | |
| harmony-infer | ✅ SUCCESS |
[2026-03-02 14:22:14] CI执行结束


/approve


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


描述
test:Modify licence date and delete space
关联的Issue
https://gitcode.com/cann/ops-math/issues/852
测试
删除空格 ,修改开源声明日期 无需测试
文档更新
类型标签