| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
docs(docs): Fix broken doc-site links and dead PTO-AS references Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1090 merge docs/fix-isa-doc-links into master docs(docs): Fix broken doc-site links and dead PTO-AS references Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Replace 264 dead PTO-AS spec links in docs/isa/*.md and comm pages with an inline-code reference docs/grammar/PTO-AS.md, matching the already-migrated pages; the docs/assembly tree was deleted earlier but the per-instruction back-references were left dangling - Convert root-absolute /docs/... links in the hand-written manual pages (01-overview{,_zh}, appendix-d{,_zh}) to repo-relative paths so they resolve in the Gitcode repository file view as well as on the doc site, and fix gen_pages.py REL_LINK_RE so multi-level ../ prefixes are counted correctly by the relative-link rewriter - Repoint the build-guide links from the site-excluded docs/mkdocs/README{,_zh}.md to docs/website{,_zh}.md - Skip the repo-root README.md in gen_pages.py (it collides with the curated homepage index.md) and redirect inbound links to the homepage at build time, leaving the repo-relative source links untouched - Convert a .py script link in the flash_atten README to inline code ## Testing - [x] mkdocs build --strict passes with 0 warnings (down from 275) - [x] Manual/ISA links verified to resolve in both the rendered doc site and the Gitcode repository file view - [x] Repo-relative source links left intact where the site rewrite is build-time only Closes [#409](https://gitcode.com/cann/pto-isa/issues/409) See merge request: cann/pto-isa!1090 | 17 天前 | |
docs(docs): Fix broken doc-site links and dead PTO-AS references Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1090 merge docs/fix-isa-doc-links into master docs(docs): Fix broken doc-site links and dead PTO-AS references Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Replace 264 dead PTO-AS spec links in docs/isa/*.md and comm pages with an inline-code reference docs/grammar/PTO-AS.md, matching the already-migrated pages; the docs/assembly tree was deleted earlier but the per-instruction back-references were left dangling - Convert root-absolute /docs/... links in the hand-written manual pages (01-overview{,_zh}, appendix-d{,_zh}) to repo-relative paths so they resolve in the Gitcode repository file view as well as on the doc site, and fix gen_pages.py REL_LINK_RE so multi-level ../ prefixes are counted correctly by the relative-link rewriter - Repoint the build-guide links from the site-excluded docs/mkdocs/README{,_zh}.md to docs/website{,_zh}.md - Skip the repo-root README.md in gen_pages.py (it collides with the curated homepage index.md) and redirect inbound links to the homepage at build time, leaving the repo-relative source links untouched - Convert a .py script link in the flash_atten README to inline code ## Testing - [x] mkdocs build --strict passes with 0 warnings (down from 275) - [x] Manual/ISA links verified to resolve in both the rendered doc site and the Gitcode repository file view - [x] Repo-relative source links left intact where the site rewrite is build-time only Closes [#409](https://gitcode.com/cann/pto-isa/issues/409) See merge request: cann/pto-isa!1090 | 17 天前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
origin code Signed-off-by: yujiangtao <yujiangtao11@h-partners.com> | 5 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs: refactor PTO ISA manuals and ISA references Co-authored-by: RuoyuZhou<ruoyu.zhou@hisilicon.com> # message auto-generated for no-merge-commit merge: !298 merge codex/docs-single-commit-pr into master docs: refactor PTO ISA manuals and ISA references Created-by: zhoubotcam Commit-by: RuoyuZhou Merged-by: cann-robot Description: ## 描述 PTO ISA指令文档重构 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pto-isa!298 | 4 个月前 | |
docs(docs): Fix broken doc-site links and dead PTO-AS references Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1090 merge docs/fix-isa-doc-links into master docs(docs): Fix broken doc-site links and dead PTO-AS references Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Replace 264 dead PTO-AS spec links in docs/isa/*.md and comm pages with an inline-code reference docs/grammar/PTO-AS.md, matching the already-migrated pages; the docs/assembly tree was deleted earlier but the per-instruction back-references were left dangling - Convert root-absolute /docs/... links in the hand-written manual pages (01-overview{,_zh}, appendix-d{,_zh}) to repo-relative paths so they resolve in the Gitcode repository file view as well as on the doc site, and fix gen_pages.py REL_LINK_RE so multi-level ../ prefixes are counted correctly by the relative-link rewriter - Repoint the build-guide links from the site-excluded docs/mkdocs/README{,_zh}.md to docs/website{,_zh}.md - Skip the repo-root README.md in gen_pages.py (it collides with the curated homepage index.md) and redirect inbound links to the homepage at build time, leaving the repo-relative source links untouched - Convert a .py script link in the flash_atten README to inline code ## Testing - [x] mkdocs build --strict passes with 0 warnings (down from 275) - [x] Manual/ISA links verified to resolve in both the rendered doc site and the Gitcode repository file view - [x] Repo-relative source links left intact where the site rewrite is build-time only Closes [#409](https://gitcode.com/cann/pto-isa/issues/409) See merge request: cann/pto-isa!1090 | 17 天前 | |
docs(docs): Fix broken doc-site links and dead PTO-AS references Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1090 merge docs/fix-isa-doc-links into master docs(docs): Fix broken doc-site links and dead PTO-AS references Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Replace 264 dead PTO-AS spec links in docs/isa/*.md and comm pages with an inline-code reference docs/grammar/PTO-AS.md, matching the already-migrated pages; the docs/assembly tree was deleted earlier but the per-instruction back-references were left dangling - Convert root-absolute /docs/... links in the hand-written manual pages (01-overview{,_zh}, appendix-d{,_zh}) to repo-relative paths so they resolve in the Gitcode repository file view as well as on the doc site, and fix gen_pages.py REL_LINK_RE so multi-level ../ prefixes are counted correctly by the relative-link rewriter - Repoint the build-guide links from the site-excluded docs/mkdocs/README{,_zh}.md to docs/website{,_zh}.md - Skip the repo-root README.md in gen_pages.py (it collides with the curated homepage index.md) and redirect inbound links to the homepage at build time, leaving the repo-relative source links untouched - Convert a .py script link in the flash_atten README to inline code ## Testing - [x] mkdocs build --strict passes with 0 warnings (down from 275) - [x] Manual/ISA links verified to resolve in both the rendered doc site and the Gitcode repository file view - [x] Repo-relative source links left intact where the site rewrite is build-time only Closes [#409](https://gitcode.com/cann/pto-isa/issues/409) See merge request: cann/pto-isa!1090 | 17 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 | |
docs(docs): Remove PTO-AS docs from ISA manual Co-authored-by: zhywang<wangzhiyong74@huawei.com> # message auto-generated for no-merge-commit merge: !1026 merge master into master docs(docs): Remove PTO-AS docs from ISA manual Created-by: zhhywang Commit-by: zhywang Merged-by: cann-robot Description: ## Summary - Delete the standalone docs/assembly PTO-AS documentation tree (PTO-AS spec, BNF, conventions, and all per-category operation pages in both English and Chinese) - Remove the PTO Assembly chapter (06-assembly{,_zh}.md) from the virtual ISA manual and renumber instruction, programming, virtual ISA/IR, bytecode, memory-ordering, and backend-conformance chapters from 07-12 to 06-11 in both languages - Update MkDocs navigation (mkdocs.yml, gen_pages.py, nav-translator.js), manual entry pages, documentation indexes (PTO-Virtual-ISA-Manual{,_zh}.md, PTOISA{,_zh}.md, README{,_zh}.md, mkdocs/README{,_zh}.md, mkdocs/src/index{,_zh}.md, manual/index{,_zh}.md, manual/01-overview{,_zh}.md), and menu files (menu_apis.md, menu_ops_development.md) to drop links to deleted assembly pages and reflect the renumbered chapters - Preserve per-instruction AS syntax sections in docs/isa/*.md and docs/isa/comm/*.md while removing the standalone assembly docs from the ISA manual navigation - Update documentation generation/check tooling (gen_isa_indexes.py, normalize_isa_docs.py, check_virtual_manual_consistency.py) to stop emitting or expecting PTO-AS references and to track the new chapter numbering ## Testing - [x] Restored docs/isa per-instruction AS syntax content and confirmed docs/isa has no pending git diff - [x] rg confirms no remaining 06-assembly or old 07-12 manual chapter path references outside the preserved per-instruction AS links - [x] python3 -m py_compile docs/mkdocs/gen_pages.py docs/tools/check_virtual_manual_consistency.py docs/tools/gen_isa_indexes.py docs/tools/normalize_isa_docs.py See merge request: cann/pto-isa!1026 | 24 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 17 天前 | ||
| 17 天前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 24 天前 | ||
| 5 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 17 天前 | ||
| 17 天前 | ||
| 24 天前 | ||
| 24 天前 |