已合并
[fix][v2.7.1]aclgraph testcase add 910C support #31718
[fix][v2.7.1]aclgraph testcase add 910C support #31718
已合并
翰萨姆创建于 3月12日
翰萨姆
翰萨姆成员
3月12日

【合入来源】

如有社区issue,请关联issue链接
请勿携带内部流程信息(需求链接、问题单、内部issue等)

【修改方案】

请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列
如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容)

【资料变更】

请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及”

【接口变更】

请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及”

【功能验证】

说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤
新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图

【CheckList】

PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x]

likedislike
Pull Request已成功合入, 合并人@ascend-robot
(感谢 翰萨姆 的贡献)
翰萨姆翰萨姆成员
3月12日 创建了 pull request,commit 221ccd35
ascend-robot
ascend-robot成员
3月12日 评论:

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
test adrian07110, zichun_ye (2/2) adrian07110, zichun_ye (2/1)

💡 Tip:

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

CLA Signature Pass

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

likedislike
翰萨姆
翰萨姆成员
3月12日 评论:

compile

likedislike
ascend-robotascend-robot成员
3月12日 添加了label:ascend-cla/yes
AtlasAccount
AtlasAccount成员
3月12日 评论:

问题/功能描述

本次PR旨在扩展NPU(Ascend)相关测试用例的硬件支持范围,以提升测试覆盖度和确保功能兼容性。具体而言,将原本仅支持Ascend910B设备的测试用例,更新为同时支持Ascend910BAscend910C设备,从而验证新硬件平台上的图计算、注意力机制和分页注意力等功能。

修改方案描述

修改方案涉及两个Python测试文件,通过更新@SupportedDevices装饰器的参数,将支持的设备列表从['Ascend910B']统一扩展为['Ascend910B', 'Ascend910C']。具体修改了test_aclgraph_launch_host_func.py中的一个测试方法以及test_aclgraph_update.py中的十三个测试方法。此变更不涉及核心业务逻辑,仅调整了测试执行的条件,属于低风险的配置性维护工作。

likedislike
ascend-robotascend-robot成员
3月12日 添加了label:ci-pipeline-running
ascend-robotascend-robot成员
3月12日 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
3月12日 添加了label:ci-pipeline-passed
ascend-robot
ascend-robot成员
3月12日 评论:
流水线 PR-pipeline_pytorch#10297 已完成
阶段 任务名 状态 详情
编译构建 Build_X86 >>>
Build_LibTorch >>>
Build_ARM >>>
Build_ARM_inductor 🛑 >>>
Build_X86_torchair 🛑 >>>
Build_ARM_torchair 🛑 >>>
恶意代码检查 Antipoison >>>
编码安全与规范检查 CodeCheck >>>
check_error >>>
开源片段检查 SCA >>>
开发者测试 UT_X86_Part_01 >>>
UT_X86_Part_02 >>>
UT_ARM_A3_Part_01 >>>
UT_ARM_A3_Part_02 >>>
UT_DIST_X86_Part_01 🛑 >>>
UT_DIST_X86_Part_02 🛑 >>>
UT_DIST_X86_Part_03 🛑 >>>
UT_DIST_X86_Part_04 🛑 >>>
UT_inductor_Part_01 🛑 >>>
UT_inductor_Part_02 🛑 >>>
UT_inductor_Part_03 🛑 >>>
UT_inductor_Part_04 🛑 >>>
UT_ARM_A2_Part_01 >>>
UT_ARM_A2_Part_02 >>>
流水线 PR-pipeline_pytorch >>>
likedislike
翰萨姆翰萨姆成员
3月13日 update merge request[project id: 7404318, iid: 31718, commit_id: ab83ee8e3935418ff2220b21fa40e9c9d4e5d539] virtual merging success
翰萨姆翰萨姆成员
3月13日 强制推送  1 个提交:09734533-[fix][v2.7.1]aclgraph testcase add 910C support
翰萨姆翰萨姆成员
3月13日 update merge request[project id: 7404318, iid: 31718, commit_id: 2eac191d4a6fdc229b46c4cad0c297611b9e848f] virtual merging success
ascend-robotascend-robot成员
3月13日 删除了label:ci-pipeline-passed
ascend-robot
ascend-robot成员
3月13日 评论:

Notification

This pull request source branch has changed, so removes the following label(s): ci-pipeline-passed.

likedislike
AtlasAccountAtlasAccount成员
3月13日 添加了label:ci-pipeline-failed
翰萨姆
翰萨姆成员
3月13日 评论:

compile

likedislike
ascend-robotascend-robot成员
3月13日 删除了label:ci-pipeline-failed
ascend-robotascend-robot成员
3月13日 添加了label:ci-pipeline-running
ascend-robotascend-robot成员
3月13日 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
3月13日 添加了label:ci-pipeline-failed
ascend-robot
ascend-robot成员
3月13日 评论:
流水线 PR-pipeline_pytorch#10467 运行失败
阶段 任务名 状态 详情
编译构建 Build_X86 >>>
Build_LibTorch >>>
Build_ARM >>>
Build_ARM_inductor 🛑 >>>
Build_X86_torchair 🛑 >>>
Build_ARM_torchair 🛑 >>>
恶意代码检查 Antipoison >>>
编码安全与规范检查 CodeCheck >>>
check_error >>>
开源片段检查 SCA >>>
开发者测试 UT_X86_Part_01 >>>
UT_X86_Part_02 >>>
UT_ARM_A3_Part_01 >>>
UT_ARM_A3_Part_02 >>>
UT_DIST_X86_Part_01 🛑 >>>
UT_DIST_X86_Part_02 🛑 >>>
UT_DIST_X86_Part_03 🛑 >>>
UT_DIST_X86_Part_04 🛑 >>>
UT_inductor_Part_01 🛑 >>>
UT_inductor_Part_02 🛑 >>>
UT_inductor_Part_03 🛑 >>>
UT_inductor_Part_04 🛑 >>>
UT_ARM_A2_Part_01 >>>
UT_ARM_A2_Part_02 >>>
流水线 PR-pipeline_pytorch >>>
likedislike
翰萨姆
翰萨姆成员
3月13日 评论:

compile

likedislike
ascend-robotascend-robot成员
3月13日 删除了label:ci-pipeline-failed
ascend-robotascend-robot成员
3月13日 添加了label:ci-pipeline-running
ascend-robotascend-robot成员
3月13日 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
3月13日 添加了label:ci-pipeline-failed
ascend-robot
ascend-robot成员
3月13日 评论:
流水线 PR-pipeline_pytorch#10489 运行失败
阶段 任务名 状态 详情
编译构建 Build_X86 >>>
Build_LibTorch >>>
Build_ARM >>>
Build_ARM_inductor 🛑 >>>
Build_X86_torchair 🛑 >>>
Build_ARM_torchair 🛑 >>>
恶意代码检查 Antipoison >>>
编码安全与规范检查 CodeCheck >>>
check_error >>>
开源片段检查 SCA >>>
开发者测试 UT_X86_Part_01 >>>
UT_X86_Part_02 >>>
UT_ARM_A3_Part_01 >>>
UT_ARM_A3_Part_02 >>>
UT_DIST_X86_Part_01 🛑 >>>
UT_DIST_X86_Part_02 🛑 >>>
UT_DIST_X86_Part_03 🛑 >>>
UT_DIST_X86_Part_04 🛑 >>>
UT_inductor_Part_01 🛑 >>>
UT_inductor_Part_02 🛑 >>>
UT_inductor_Part_03 🛑 >>>
UT_inductor_Part_04 🛑 >>>
UT_ARM_A2_Part_01 >>>
UT_ARM_A2_Part_02 >>>
流水线 PR-pipeline_pytorch >>>
likedislike
翰萨姆
翰萨姆成员
3月14日 评论:

compile

likedislike
ascend-robotascend-robot成员
3月14日 删除了label:ci-pipeline-failed
ascend-robotascend-robot成员
3月14日 添加了label:ci-pipeline-running
ascend-robotascend-robot成员
3月14日 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
3月14日 添加了label:ci-pipeline-failed
ascend-robot
ascend-robot成员
3月14日 评论:
流水线 PR-pipeline_pytorch#10540 运行失败
阶段 任务名 状态 详情
编译构建 Build_X86 >>>
Build_LibTorch >>>
Build_ARM >>>
Build_ARM_inductor 🛑 >>>
Build_X86_torchair 🛑 >>>
Build_ARM_torchair 🛑 >>>
恶意代码检查 Antipoison >>>
编码安全与规范检查 CodeCheck >>>
check_error >>>
开源片段检查 SCA >>>
开发者测试 UT_X86_Part_01 >>>
UT_X86_Part_02 >>>
UT_ARM_A3_Part_01 >>>
UT_ARM_A3_Part_02 >>>
UT_DIST_X86_Part_01 🛑 >>>
UT_DIST_X86_Part_02 🛑 >>>
UT_DIST_X86_Part_03 🛑 >>>
UT_DIST_X86_Part_04 🛑 >>>
UT_inductor_Part_01 🛑 >>>
UT_inductor_Part_02 🛑 >>>
UT_inductor_Part_03 🛑 >>>
UT_inductor_Part_04 🛑 >>>
UT_ARM_A2_Part_01 >>>
UT_ARM_A2_Part_02 >>>
流水线 PR-pipeline_pytorch >>>
likedislike
翰萨姆
翰萨姆成员
3月14日 评论:

compile

likedislike
ascend-robotascend-robot成员
3月14日 删除了label:ci-pipeline-failed
ascend-robotascend-robot成员
3月14日 添加了label:ci-pipeline-running
ascend-robotascend-robot成员
3月14日 删除了label:ci-pipeline-running
ascend-robotascend-robot成员
3月14日 添加了label:ci-pipeline-passed
ascend-robot
ascend-robot成员
3月14日 评论:
流水线 PR-pipeline_pytorch#10548 已完成
阶段 任务名 状态 详情
编译构建 Build_X86 >>>
Build_LibTorch >>>
Build_ARM >>>
Build_ARM_inductor 🛑 >>>
Build_X86_torchair 🛑 >>>
Build_ARM_torchair 🛑 >>>
恶意代码检查 Antipoison >>>
编码安全与规范检查 CodeCheck >>>
check_error >>>
开源片段检查 SCA >>>
开发者测试 UT_X86_Part_01 >>>
UT_X86_Part_02 >>>
UT_ARM_A3_Part_01 >>>
UT_ARM_A3_Part_02 >>>
UT_DIST_X86_Part_01 🛑 >>>
UT_DIST_X86_Part_02 🛑 >>>
UT_DIST_X86_Part_03 🛑 >>>
UT_DIST_X86_Part_04 🛑 >>>
UT_inductor_Part_01 🛑 >>>
UT_inductor_Part_02 🛑 >>>
UT_inductor_Part_03 🛑 >>>
UT_inductor_Part_04 🛑 >>>
UT_ARM_A2_Part_01 >>>
UT_ARM_A2_Part_02 >>>
流水线 PR-pipeline_pytorch >>>
likedislike
ZhihaoLi
ZhihaoLi成员
3月14日 评论:

/approve

likedislike
ascend-robotascend-robot成员
3月14日 添加了label:approved
zichun_ye
zichun_ye成员
3月14日 评论:

/approve

likedislike
ascend-robotascend-robot成员
3月14日 添加了label:lgtm
ascend-robot
ascend-robot成员
3月14日 评论:

Review Guide

This pull-request passes review.
Committers who wrote a comment of /approve are: zichun_ye, adrian07110.
Reviewers who wrote a comment of /lgtm are: zichun_ye, adrian07110.

likedislike
ascend-robotascend-robot成员
3月14日 合入了pull request