文件最后提交记录最后更新时间
!17049 TORCH MAIN SYNC : manylinux_2_28_aarch64 (cxx11_abi=1) Merge pull request !17049 from dilililiwhy/main_sync_20241115 1 年前
添加上游社区PR事件触发机制 Co-authored-by: wangsike<wangsike@huawei.com> # message auto-generated for no-merge-commit merge: !34271 merge master into master 添加上游社区PR事件触发机制 Created-by: kerer-sk Commit-by: wangsike Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [ ] 需求 - [ ] 问题单 - [ ] issue/工单 - [ ] 重构优化 - [ ] 资料更新 # 【修改方案】 门禁CI新增workflow,接收上游Pytorch社区的PR事件 # 【资料变更】 不涉及 # 【接口变更】 不涉及 # 【功能验证】 不涉及 # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [ ] 代码注释完备,正确记录错误日志 - [ ] 代码实现进行了返回值、空指针等校验 - [ ] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [ ] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!342711 个月前
!7146 Optimize github action for ascend/pytorch and fix some tiny problems at a time. Merge pull request !7146 from 李佳伟/ljw 2 年前
!8450 Update the CANN version to keep consistent with Internal CI Merge pull request !8450 from 李佳伟/mrl 2 年前
!8450 Update the CANN version to keep consistent with Internal CI Merge pull request !8450 from 李佳伟/mrl 2 年前
feat(ci): pytorch_ci_trigger 增加 GitHub event 调试信息打印及日志断言修复 Co-authored-by: wangsike<wangsike@huawei.com> # message auto-generated for no-merge-commit merge: !37404 merge master_pr_event into master feat(ci): pytorch_ci_trigger 增加 GitHub event 调试信息打印及日志断言修复 Created-by: kerer-sk Commit-by: wangsike Merged-by: ascend-robot Description: # 【合入来源】 - [x] issue/工单 关联 issue: https://gitcode.com/Ascend/pytorch/issues/2218 # 【修改方案】 1. 在 .github/workflows/pytorch_ci_trigger.yml build job 增加调试步骤: - 打印完整 github.event JSON - 打印完整 github.event.client_payload JSON - 打印关键字段汇总(event_type, action, repo.full_name, sender, downstream_repo, github.run_id) 用于排查上游 Dispatch 事件触发 CI 的问题 2. 修复 test/_inductor/test_inductor_graph_partition.py graph tree 日志断言,匹配去方括号后的新日志格式(关联 #2212) 3. 更新 op-plugin 和 torchair 子模块 commit id # 【资料变更】 不涉及 # 【接口变更】 不涉及 # 【功能验证】 - pytorch_ci_trigger workflow 接收 Dispatch 事件后可打印 event 信息 - test_graph_partition_log_message 测试断言与新日志格式匹配 # 【CheckList】 - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签 - [ ] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!3740419 小时前
fix(ci): trigger 工作流适配精简后的 setup-npu-test-env Co-authored-by: wangsike<wangsike@huawei.com> # message auto-generated for no-merge-commit merge: !37147 merge master_fast_test_v2.7.1 into master fix(ci): trigger 工作流适配精简后的 setup-npu-test-env Created-by: kerer-sk Commit-by: wangsike Merged-by: ascend-robot Description: ## 变更说明 torch-npu-v2-7-1-upstream-test-trigger.yml 调用 _torch-npu-upstream-test.yml@v2.7.1,在 setup-npu-test-env 精简后(#2136),python_versionpytorch_version 在上游 workflow 中已有默认值,不再需要 caller 显式传入。 ## 变更内容 - 移除 workflow_dispatch 中不再需要的 python_version input - 移除 jobs.trigger_test.with 中的 python_versionpytorch_version 传参 - distributed_shards 默认值从 2 调整为 5,与 regular_shards 保持一致 ## 影响范围 1 file, +3/-10 ## 关联 Issue - Fixes https://gitcode.com/Ascend/pytorch/issues/2170 - 依赖 [#2136](https://gitcode.com/Ascend/pytorch/issues/2136) ## 测试计划 - [ ] workflow_dispatch 触发后参数正确传递 - [ ] distributed_shards 默认值 5 生效 See merge request: Ascend/pytorch!371475 天前