已合并
clean code空文件删除 #3656
baijinxiang_hw创建于 6月30日
clean code空文件删除 #3656
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 baijinxiang_hw 的贡献)6月30日 创建了 pull request,commit 1d01140e
6月30日 关联了issue:[Bug-Report|缺陷反馈]: clean code 检视存在空文件
6月30日 添加了label:cann-cla/yes
CANN-robot
6月30日 评论:
6月30日 评论:
CANN-robot
6月30日 评论:
6月30日 评论:
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/tan | ✅ 周奇龙, 宋恺 (2/2) | ✅ 周奇龙 (1/1) |
| repo-cann/ops-math | ✅ 周奇龙, 宋恺 (2/2) | ✅ 周奇龙 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


baijinxiang_hw
6月30日 评论:
6月30日 评论:
compile


Bbaijinxiang_hw
6月30日 update merge request[project id: 7649531, iid: 3656, commit_id: c8261141357442f4072c6ec41f6546c007989548] virtual merging success
6月30日 update merge request[project id: 7649531, iid: 3656, commit_id: c8261141357442f4072c6ec41f6546c007989548] virtual merging success
atomgit-bot
6月30日 评论:
6月30日 评论:
变更摘要
此 PR 主要进行代码清理工作,删除了仓库中的两个空文件,属于 Bug 修复类型的改动。删除的文件分别涉及 amp_update_scale 算子的测试目录和 tan 算子的融合 Pass 目录。
主要改动
- 删除空的
CMakeLists.txt: 移除ops/ops-math/math/amp_update_scale/tests/ut/op_host/CMakeLists.txt,该文件为空文件,无实际构建配置内容。 - 删除空的
.geikeep: 移除ops/ops-math/math/tan/op_graph/fusion_pass/.geikeep,该文件为空文件,无实际占位作用。


不准确?
6月30日 添加了label:ci-pipeline-running
CANN-robot
6月30日 评论:
6月30日 评论:
流水线任务触发成功
任务链接 [90b887ccc0034fb4aa9b2249ccfdb6e4][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_experimental_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_harmony-infer | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_experimental_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_910b | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_910c | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_harmony-infer-chs-math | ✅ SUCCESS | >>>>> | |
| Compile_kirin-harmony-infer-chs-math-1 | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | ||
| UT_Test_experimental | ✅ SUCCESS | ||
| UT_Test_kernel | ✅ SUCCESS | ||
| PreSmoke_A900 | ✅ SUCCESS | >>>>> | |
| API_Check | ✅ SUCCESS | >>>>> | |
| PreSmoke_ATK_Test_A2 | ✅ SUCCESS | >>>>> |
[2026-06-30 20:37:04] CI执行结束


CANN-robot
6月30日 评论:
6月30日 评论:
流水线任务触发成功
任务链接 [b8fc612f7ce443f39479551acf40b169][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| codecheck_Pr | ✅ SUCCESS | ||
| StaticCheck_codespell_check | ✅ SUCCESS | ||
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| codecheck_codestyle | ✅ SUCCESS | >>>>> | |
| codecheck_precommit | ✅ SUCCESS | >>>>> |
[2026-06-30 20:30:59] CI执行结束


atomgit-bot
6月30日 评论:
6月30日 评论:
6月30日 添加了label:api-check-pass
6月30日 删除了label:ci-pipeline-running
6月30日 添加了label:ci-pipeline-passed
baijinxiang_hw
6月30日 评论:
6月30日 评论:
baijinxiang_hw
6月30日 评论:
6月30日 评论:
7月1日 添加了label:approved
songkai111
7月1日 评论:
7月1日 评论:
/lgtm


7月1日 添加了label:lgtm
7月1日 合入了pull request
描述
以下两文件为空文件:
ops/ops-math/math/amp_update_scale/tests/ut/op_host/CMakeLists.txt
ops/ops-math/math/tan/op_graph/fusion_pass/.geikeep
关联的Issue
https://gitcode.com/cann/ops-math/issues/2094
测试
文档更新
类型标签