已合并
chore: update graph-autofusion version to 9.2.0 #1558
ling-DT创建于 23 天前
chore: update graph-autofusion version to 9.2.0 #1558
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 ling-DT 的贡献)atomgit-bot
23 天前 评论:
23 天前 评论:
变更摘要
本次变更主要将 graph-autofusion 包的版本从 9.1.0 升级至 9.2.0,并同步将其三个构建依赖(asc-devkit、runtime、metadef)的最低版本要求从 >=9.0 提升至 >=9.2。所有改动集中在 version.cmake 文件中。
主要改动
graph-autofusion包版本升级:将set_cann_package(graph-autofusion VERSION ...)的值由"9.1.0"更新为"9.2.0",标记该包的主版本号提升。- 构建依赖版本约束收紧:将
asc-devkit、runtime、metadef三个构建依赖的set_cann_build_dependencies最低版本要求从">=9.0"统一调整为">=9.2",确保构建环境与新版graph-autofusion兼容。 - 文件末尾换行符修复:为
version.cmake文件末尾补充了缺失的换行符,使其符合 POSIX 规范。


atomgit-bot
23 天前 评论:
23 天前 评论:
23 天前 添加了label:cann-cla/yes
CANN-robot
23 天前 评论:
23 天前 评论:
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 | ✅ zhanj, xchu42, zhang_shengjie (3/2) | ✅ zhanj (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. 👍


23 天前 将niuyuhu,yangyongqiang0606,liyuewei,xchu42,zhang_shengjie,depeng1994,wqtshg_wt,peiyang,shengnan666,XuebinYang,sjtulxh,zhanj,zhujingjing,xuyafei,wangxiaotian995设为评审人
23 天前 将niuyuhu,yangyongqiang0606,liyuewei,xchu42,zhang_shengjie,depeng1994,wqtshg_wt,peiyang,shengnan666,XuebinYang,sjtulxh,zhanj,zhujingjing,xuyafei,wangxiaotian995设为评审人
23 天前 将niuyuhu,yangyongqiang0606,liyuewei,xchu42,zhang_shengjie,depeng1994,wqtshg_wt,peiyang,shengnan666,XuebinYang,sjtulxh,zhanj,zhujingjing,xuyafei,wangxiaotian995设为审查人
23 天前 将niuyuhu,yangyongqiang0606,liyuewei,xchu42,zhang_shengjie,depeng1994,wqtshg_wt,peiyang,shengnan666,XuebinYang,sjtulxh,zhanj,zhujingjing,xuyafei,wangxiaotian995设为审查人
23 天前 添加了label:ci-pipeline-running
CANN-robot
23 天前 评论:
23 天前 评论:
CANN-robot
23 天前 评论:
23 天前 评论:
流水线任务触发成功
任务链接 [c188ec76be7b4f47a91618cb61abe1ff][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| UT_Test_Python_superkernel | ✅ SUCCESS | >>>>> | |
| ST_Test_Python_superkernel | ✅ SUCCESS | >>>>> | |
| UT_Test_superkernel | ✅ SUCCESS | >>>>> | |
| UT_Test_autofuse_framework | ✅ SUCCESS | >>>>> | |
| ST_Test_autofuse_framework | ✅ SUCCESS | >>>>> | |
| UT_Test_autofuse_ascendc_api | ✅ SUCCESS | >>>>> | |
| ST_Test_autofuse_ascendc_api | ✅ SUCCESS | >>>>> | |
| ST_Test_autofuse_e2e | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> |
[2026-07-30 15:19:14] CI执行结束


CANN-robot
23 天前 评论:
23 天前 评论:
23 天前 删除了label:ci-pipeline-running
23 天前 添加了label:ci-pipeline-passed
xchu42
23 天前 评论:
23 天前 评论:
/lgtm


zhang_shengjie
23 天前 评论:
23 天前 评论:
/lgtm


23 天前 添加了label:lgtm
zhanj
22 天前 评论:
22 天前 评论:
/approve


22 天前 添加了label:approved
22 天前 合入了pull request
Pull Request
描述
参考 cann/ge PR 4199,将 Graph-Autofusion 版本更新到
9.2.0,并同步更新asc-devkit、runtime、metadef构建依赖版本要求到>=9.2。变更类型
关联的Issue
无。
如何测试
描述测试此变更的步骤和前提条件:
git diff --check核对清单
其他信息
对应 GE 版本更新 PR:https://gitcode.com/cann/ge/pull/4199