Pull Request已成功合入, 合并人@ascend-robot
(感谢 SCh_zx 的贡献)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 | ✅ liangsongwei, ffmh (2/2) | ✅ liangsongwei (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
SCh_zx, thanks for your pull request. All authors of the commits have signed the CLA. 👍


Linking Issue Notice
@SCh_zx , the pull request must be linked to at least one issue.
If an issue has already been linked, but the needs-issue label remains, you can remove the label by commenting /check-issue .


当前仓库存在以下 保护分支 :
| Protected Branch | Version | Release |
|---|---|---|
| master | ||
| v2.7.1 | ||
| v2.12.0 | ||
| v2.11.0 | ||
| v2.10.0 | ||
| v2.9.0 | ||
| v2.12.0-26.1.0 | ||
| v2.11.0-26.1.0 | ||
| v2.10.0-26.1.0 | ||
| v2.9.0-26.1.0 | ||
| v2.7.1-26.1.0 | ||
| ci-test | ||
| sync-pr28113--to-v2.9.0 |
评论 /sync <branch1> <branch2> ... 可将当前 PR 修改同步到其它分支(创建同步 PR):
a) 如果当前 PR 是 Open 状态,同步操作将延迟到 PR 被合并时执行
b) 如果当前 PR 已经 Merged,将立即执行同步操作
注意:
- /sync 命令可以指定同步到多个分支,仅最后一个 /sync 命令生效
- 如果创建的同步 PR 不正确,可通过向同步 PR 的源分支提交轻量级 PR 完善,或使用 /close 命令关闭


Ascend docs pipeline is running...


Ascend docs pipeline is running...


✅ 跳过 docs ci 检查,没有需要检查的文档文件


✅ 跳过 docs ci 检查,没有需要检查的文档文件


变更摘要
此 PR 对 test/functorch/test_eager_transforms.py 文件做了两处改动:一是在文件头部添加了 Facebook BSD 风格版权声明;二是为 TestHessian 测试类中的 test_jacfwd_different_levels 测试方法添加了 @unittest.skip("skip ci err jacfwd") 装饰器,以跳过该测试用例,原因是 CI 环境中 jacfwd 相关的错误导致该测试无法通过。
主要改动
- 添加版权声明:在文件头部新增了 Facebook, Inc. 的 BSD 风格许可证版权声明(第 2–6 行)。
- 跳过
test_jacfwd_different_levels测试:在TestHessian类的test_jacfwd_different_levels方法上添加@unittest.skip("skip ci err jacfwd")装饰器,该测试将不再在任何 CI 环境中执行。


| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_X86 | ✅ | >>> |
| Build_ARM | ✅ | >>> | |
| Build_LibTorch_x86 | ✅ | >>> | |
| Build_LibTorch_ARM | ✅ | >>> | |
| Build_X86_torchair | 🛑 | >>> | |
| Build_ARM_torchair | 🛑 | >>> | |
| patch_test | 🛑 | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | CodeCheck | ✅ | >>> |
| check_error | ✅ | >>> | |
| CodeCheck_lintrunner | ✅ | >>> | |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_X86_Part_01 | 🛑 | >>> |
| UT_X86_Part_02 | 🛑 | >>> | |
| UT_ARM_A3_Part_01 | 🛑 | >>> | |
| UT_ARM_A3_Part_02 | 🛑 | >>> | |
| UT_ARM_A2_Part_01 | ✅ | >>> | |
| UT_ARM_A2_Part_02 | ✅ | >>> | |
| UT_ARM_A2_Part_03 | ✅ | >>> | |
| UT_inductor_Part_01 | 🛑 | >>> | |
| UT_inductor_Part_02 | 🛑 | >>> | |
| UT_inductor_Part_03 | 🛑 | >>> | |
| UT_inductor_Part_04 | 🛑 | >>> | |
| UT_DIST_ARM_Part_01 | 🛑 | >>> | |
| UT_DIST_ARM_Part_02 | 🛑 | >>> | |
| UT_DIST_ARM_Part_03 | 🛑 | >>> | |
| UT_DIST_ARM_Part_04 | 🛑 | >>> | |
| UT_ARM_A2_Select_Part_01 | ✅ | >>> | |
| UT_ARM_A2_Select_Part_02 | ✅ | >>> | |
| 流水线 | PR-pipeline_pytorch | ✅ | >>> |


/approve


/lgtm




In response to this:
/sync v2.12.0-26.1.0
同步操作执行结果:
| Branch | Status | Pull Request |
|---|---|---|
| v2.12.0-26.1.0 | 创建同步 PR | https://gitcode.com/Ascend/pytorch/merge_requests/39336 |


- 2e2dd05e - [sync] PR-39006: [test]skip_test_jacfwd
Co-authored-by: SCh-zx<1325467101@qq.com>
# message auto-generated for no-merge-commit merge:
!39336 merge sync-pr39006-v2.12.0-to-v2.12.0-26.1.0 into v2.12.0-26.1.0
[sync] PR-39006: [test]skip_test_jacfwd
Created-by: ascend-ds-bot
Commit-by: SCh-zx
Merged-by: ascend-robot
Description:
### 1. Origin pull request:
https://gitcode.com/Ascend/pytorch/merge_requests/39006
### 2. Original pull request related issue(s):
https://gitcode.com/Ascend/pytorch/issues/2451
### 3. Original pull request related commit(s):
| Sha | Datetime | Message |
|---|---|---|
|[2f4fc241](https://gitcode.com/Ascend/pytorch/commit/2f4fc2412334f12a61dcab6e2b207afea3f607f6)|2026-06-23 09:32:05 +0800 CST|skip_test_jacfwd
| See merge request: Ascend/pytorch!39336- [#39006](https://gitcode.com/Ascend/pytorch/merge_requests/39006)
- 2e2dd05e - [sync] PR-39006: [test]skip_test_jacfwd
Co-authored-by: SCh-zx<1325467101@qq.com>
# message auto-generated for no-merge-commit merge:
!39336 merge sync-pr39006-v2.12.0-to-v2.12.0-26.1.0 into v2.12.0-26.1.0
[sync] PR-39006: [test]skip_test_jacfwd
Created-by: ascend-ds-bot
Commit-by: SCh-zx
Merged-by: ascend-robot
Description:
### 1. Origin pull request:
https://gitcode.com/Ascend/pytorch/merge_requests/39006
### 2. Original pull request related issue(s):
https://gitcode.com/Ascend/pytorch/issues/2451
### 3. Original pull request related commit(s):
| Sha | Datetime | Message |
|---|---|---|
|[2f4fc241](https://gitcode.com/Ascend/pytorch/commit/2f4fc2412334f12a61dcab6e2b207afea3f607f6)|2026-06-23 09:32:05 +0800 CST|skip_test_jacfwd
| See merge request: Ascend/pytorch!39336- [#39006](https://gitcode.com/Ascend/pytorch/merge_requests/39006)
【合入来源】
【修改方案】
functorch用例问题,阻塞合入,先行跳过,issue跟踪
【资料变更】
【接口变更】
【功能验证】
【CheckList】