已合并
style: 统一 Autofuse 代码格式 #921
ling-DT创建于 6月18日
style: 统一 Autofuse 代码格式 #921
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 ling-DT 的贡献)6月18日 添加了label:cann-cla/yes
CANN-robot
6月18日 评论:
6月18日 评论:
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 |
|---|---|---|
| repo-cann/graph-autofusion | ✅ zhang_shengjie, xchu42, wangxiaotian995 (3/2) | ✅ wangxiaotian995 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
ling-DT, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了71条消息 查看更多
xchu42
6月22日 评论:
6月22日 评论:
/lgtm


6月22日 添加了label:lgtm
wangxiaotian995
6月22日 评论:
6月22日 评论:
/approve


6月22日 添加了label:approved
6月22日 合入了pull request
Pull Request
描述
基于
cann/graph-autofusion:develop最新提交46a23b0,使用仓库根目录.clang-format对autofuse/目录内受版本管理的 C/C++/AscendC 源文件执行统一格式化。本 PR 仅包含
autofuse/目录格式化变更;super_kernel/目录格式化变更按要求暂留本地,未提交到本 PR。格式化工具:
clang-format 18.1.8,参数:--style=file。变更类型
请选择本次引入的变更类型:
关联的Issue
无。
如何测试
描述测试此变更的步骤和前提条件:
/tmp/opencode/clang-format-18-venv/bin/clang-format -i --style=file <autofuse C/C++/AscendC files>git diff --cached --checkgit diff --name-only HEAD~1..HEAD | cut -d/ -f1 | sort | uniq -c确认 PR 提交仅包含autofuse/。核对清单
其他信息
本 PR 为纯格式化变更,不涉及功能逻辑、接口、构建脚本或打包内容修改。