已合并
【PR】: [feat] [autofuse] optimization of gaf open headers. #1087
【PR】: [feat] [autofuse] optimization of gaf open headers. #1087
已合并
邢智雄创建于 6月26日
邢智雄
邢智雄成员
6月26日

Pull Request

描述

优化ge仓与gaf仓之间的头文件依赖关系,便于后续移除gaf仓开放到cann包中的头文件,等ascir标准化需求落地后再开放标准API。

变更类型

请选择本次引入的变更类型:

关联的Issue

如何测试

描述测试此变更的步骤和前提条件:

  1. ci流水线pass
  2. rdv pass

核对清单

其他信息

在此添加任何其他关于本次 PR 的说明。

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 邢智雄 的贡献)
邢智雄邢智雄成员
6月26日 添加了label:enhancement
邢智雄邢智雄成员
6月26日 创建了 pull request,commit 397b3fe2
CANN-robotCANN-robot成员
6月26日 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
6月26日 评论:

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, zhang_shengjie (2/2) zhanj (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)

CLA Signature Pass

xingzhixiong, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
atomgit-bot
atomgit-bot
6月26日 评论:

变更摘要

此 PR 对 AutofuseBackend 模块的打包配置进行了优化,聚焦于精简对外暴露的头文件("gaf open headers")。从 scripts/package/module/ascend/AutofuseBackend.xml 中移除了 4 行配置,减少了模块安装时头文件目录或文件的暴露范围,属于 autofuse 对外接口封装优化的一部分。

主要改动

  • 移除 AutofuseBackend.xml 中的部分打包配置项:从该 XML 配置文件中删除了 4 行内容,涉及 pkg_inc/autofuse 下的头文件安装目录路径或文件条目,以缩减对外暴露的 autofuse 头文件集合。
likedislike
不准确?
此处折叠了232条消息 查看更多
CANN-robotCANN-robot成员
7月3日 添加了label:ci-pipeline-running
CANN-robot
CANN-robot成员
7月3日 评论:

流水线任务触发成功
任务链接 [27359f3bdce743539fac22581ae70d73][流水线指导]

任务名称状态日志下载链接
codecheck ✅ SUCCESS >>>>>
SCA ✅ SUCCESS >>>>>
antipoison ✅ SUCCESS >>>>>
codecheck_checkpr ✅ SUCCESS
pre_comment ✅ SUCCESS >>>>>
codecheck_codestyle ⚠️ WARNING >>>>>
codecheck_precommit ✅ SUCCESS >>>>>

[2026-07-03 09:15:32]    CI执行结束

likedislike
CANN-robotCANN-robot成员
7月3日 删除了label:ci-pipeline-running
CANN-robotCANN-robot成员
7月3日 添加了label:ci-pipeline-passed
CANN-robotCANN-robot成员
7月3日 合入了pull request