| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Docs]Fix doc-ci issues Co-authored-by: Xinrui Chen<chenxinrui11@huawei.com> # message auto-generated for no-merge-commit merge: !41932 merge v2.7.1-doc-ci into v2.7.1 [Docs]Fix doc-ci issues Created-by: chenrayray Commit-by: Xinrui Chen Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [ ] 需求 - [ ] 问题单 - [x] issue/工单 - [ ] 重构优化 - [x] 资料更新 # 【修改方案】 > 请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列\ > 如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容) 根据 doc-ci-issue.csv 中扫描出的问题,对 29 个 markdown 文件进行了逐一修复,共涉及 403 处新增,355 处删除。 修复的检查类型及对应文件 MD003(标题格式统一,去除 setext 风格) - benchmarks/inference/README.md:在 --- 前添加空行,避免被误解析为 setext 标题下划线 MD010(使用空格代替制表符缩进) - benchmarks/inference/README.md:移除行内制表符 MD012(删除多余空行) - benchmarks/inference/README.md - torch_npu/_inductor/docs/feature/tiling/overview.md - torch_npu/_inductor/docs/feature/tiling/INDUCTOR_ASCEND_AGGRESSIVE_AUTOTUNE.md MD022(标题后添加空行) - tools/linter/adapters/README.md - torch_npu/_inductor/docs/troubleshooting/reporting_issues.md - torch_npu/_inductor/docs/profiling/profiling_performance.md - torch_npu/_inductor/docs/feature/tiling/ 下 6 个文件 - torch_npu/_inductor/docs/feature/non_contiguous_accesses/ 下 1 个文件 MD026(移除标题末尾的标点符号) - examples/libtorch_hccl/README_HCCL.md - torch_npu/csrc/libs/README.md - torch_npu/_inductor/docs/troubleshooting/reporting_issues.md - torch_npu/_inductor/docs/feature/tiling/overview.md MD030(列表前缀符号后保留一个空格) - torch_npu/_inductor/docs/feature/other/ 下 6 个文件 - torch_npu/_inductor/docs/feature/tiling/ 下 8 个文件 - torch_npu/_inductor/docs/feature/non_contiguous_accesses/ 下 1 个文件 - torch_npu/_inductor/docs/feature/catlass/ 下 7 个文件 MD031(代码块前后添加空行) - examples/libtorch_hccl/README_HCCL.md - benchmarks/inference/README.md - torch_npu/_inductor/docs/profiling/profiling_performance.md - torch_npu/_inductor/docs/feature/tiling/ 下 4 个文件 MD032(列表前后添加空行) - examples/libtorch_hccl/README_HCCL.md - benchmarks/inference/README.md - tools/linter/adapters/README.md - torch_npu/_inductor/docs/getting_started/getting_started.md - torch_npu/_inductor/docs/feature/tiling/ 下 6 个文件 - torch_npu/_inductor/docs/feature/non_contiguous_accesses/ 下 1 个文件 MD038(行内代码块与被包裹代码之间不能有空格) - benchmarks/inference/README.md:移除 --profiler_start_step 中的尾随空格 MD040(代码块指定编程语言) - tools/flight_recorder/flight_recorder.md:3 处代码块添加 bash / text - examples/libtorch_hccl/README_HCCL.md:1 处代码块添加 text MD041(首个非空行需为一级标题) - torch_npu/csrc/libs/README.md:## → # - torch_npu/_inductor/docs/feature/catlass/ 下 6 个文件:## → # MD047(文档末尾添加换行结束) - benchmarks/inference/README.md - torch_npu/_inductor/docs/troubleshooting/reporting_issues.md - torch_npu/_inductor/docs/feature/tiling/ 下 5 个文件 - torch_npu/_inductor/docs/feature/non_contiguous_accesses/ 下 1 个文件 - torch_npu/_inductor/docs/feature/catlass/ 下 6 个文件 MD051(修复无效的链路分片 / 锚点) - benchmarks/inference/README.md:将目录中的 & 替换为 and,修正标题中的锚点引用,使目录链接与标题匹配 链接有效性检查 - docs/zh/framework_feature_guide_pytorch/stream_taskqueue_parallel_delivery.md:更新了一个失效的外部链接 # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” 涉及 # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” 不涉及 # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图 不涉及 # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!41932 | 1 个月前 | |
[Docs]Fix doc-ci issues Co-authored-by: Xinrui Chen<chenxinrui11@huawei.com> # message auto-generated for no-merge-commit merge: !41932 merge v2.7.1-doc-ci into v2.7.1 [Docs]Fix doc-ci issues Created-by: chenrayray Commit-by: Xinrui Chen Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [ ] 需求 - [ ] 问题单 - [x] issue/工单 - [ ] 重构优化 - [x] 资料更新 # 【修改方案】 > 请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列\ > 如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容) 根据 doc-ci-issue.csv 中扫描出的问题,对 29 个 markdown 文件进行了逐一修复,共涉及 403 处新增,355 处删除。 修复的检查类型及对应文件 MD003(标题格式统一,去除 setext 风格) - benchmarks/inference/README.md:在 --- 前添加空行,避免被误解析为 setext 标题下划线 MD010(使用空格代替制表符缩进) - benchmarks/inference/README.md:移除行内制表符 MD012(删除多余空行) - benchmarks/inference/README.md - torch_npu/_inductor/docs/feature/tiling/overview.md - torch_npu/_inductor/docs/feature/tiling/INDUCTOR_ASCEND_AGGRESSIVE_AUTOTUNE.md MD022(标题后添加空行) - tools/linter/adapters/README.md - torch_npu/_inductor/docs/troubleshooting/reporting_issues.md - torch_npu/_inductor/docs/profiling/profiling_performance.md - torch_npu/_inductor/docs/feature/tiling/ 下 6 个文件 - torch_npu/_inductor/docs/feature/non_contiguous_accesses/ 下 1 个文件 MD026(移除标题末尾的标点符号) - examples/libtorch_hccl/README_HCCL.md - torch_npu/csrc/libs/README.md - torch_npu/_inductor/docs/troubleshooting/reporting_issues.md - torch_npu/_inductor/docs/feature/tiling/overview.md MD030(列表前缀符号后保留一个空格) - torch_npu/_inductor/docs/feature/other/ 下 6 个文件 - torch_npu/_inductor/docs/feature/tiling/ 下 8 个文件 - torch_npu/_inductor/docs/feature/non_contiguous_accesses/ 下 1 个文件 - torch_npu/_inductor/docs/feature/catlass/ 下 7 个文件 MD031(代码块前后添加空行) - examples/libtorch_hccl/README_HCCL.md - benchmarks/inference/README.md - torch_npu/_inductor/docs/profiling/profiling_performance.md - torch_npu/_inductor/docs/feature/tiling/ 下 4 个文件 MD032(列表前后添加空行) - examples/libtorch_hccl/README_HCCL.md - benchmarks/inference/README.md - tools/linter/adapters/README.md - torch_npu/_inductor/docs/getting_started/getting_started.md - torch_npu/_inductor/docs/feature/tiling/ 下 6 个文件 - torch_npu/_inductor/docs/feature/non_contiguous_accesses/ 下 1 个文件 MD038(行内代码块与被包裹代码之间不能有空格) - benchmarks/inference/README.md:移除 --profiler_start_step 中的尾随空格 MD040(代码块指定编程语言) - tools/flight_recorder/flight_recorder.md:3 处代码块添加 bash / text - examples/libtorch_hccl/README_HCCL.md:1 处代码块添加 text MD041(首个非空行需为一级标题) - torch_npu/csrc/libs/README.md:## → # - torch_npu/_inductor/docs/feature/catlass/ 下 6 个文件:## → # MD047(文档末尾添加换行结束) - benchmarks/inference/README.md - torch_npu/_inductor/docs/troubleshooting/reporting_issues.md - torch_npu/_inductor/docs/feature/tiling/ 下 5 个文件 - torch_npu/_inductor/docs/feature/non_contiguous_accesses/ 下 1 个文件 - torch_npu/_inductor/docs/feature/catlass/ 下 6 个文件 MD051(修复无效的链路分片 / 锚点) - benchmarks/inference/README.md:将目录中的 & 替换为 and,修正标题中的锚点引用,使目录链接与标题匹配 链接有效性检查 - docs/zh/framework_feature_guide_pytorch/stream_taskqueue_parallel_delivery.md:更新了一个失效的外部链接 # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” 涉及 # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” 不涉及 # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图 不涉及 # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!41932 | 1 个月前 | |
Static checking tools and rules are adopted directly from pytorch. Co-authored-by: JingweiHuang<huangjingwei4@huawei.com> # message auto-generated for no-merge-commit merge: !33272 merge v2.7.1-code-check into v2.7.1 Static checking tools and rules are adopted directly from pytorch. Created-by: huangjingwei Commit-by: JingweiHuang Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20260203 --> # 【合入来源】 > <font color="red">**如有社区issue,请关联issue链接**</font>\ > <font color="red">**请勿携带内部流程信息(需求链接、问题单、内部issue等)**</font> - [ ] 需求 - [ ] 问题单 - [ ] issue/工单 - [x] 重构优化 - [ ] 资料更新 # 【修改方案】 > 请描述修改内容的具体实现,涉及哪些组件之间进行交互,可以用1、2、3、...进行罗列\ > 如果是需求或者重构类的PR,需要补充详细设计文档(说明上下游组件关系、时序图、类图、DFX能力等内容) # 【资料变更】 > 请确认是否涉及资料变更。如涉及,需要在PR中体现,并简要说明修改内容。如不涉及,需填写“不涉及” # 【接口变更】 > 请确认是否涉及跨代码仓或者客户面可见的接口变更。如涉及,需要详细说明接口以及对应的变更内容,同时需要在资料中体现。如不涉及,需填写“不涉及” # 【功能验证】 > 说明测试场景,测试方法。如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤\ > 新增/变更内容是否已新增/适配UT测试用例看护,并补充测试自验证截图  # 【CheckList】 > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] - [ ] 代码注释完备,正确记录错误日志 - [ ] 代码实现进行了返回值、空指针等校验 - [ ] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [ ] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!33272 | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 1 个月前 | ||
| 3 个月前 |