| feat(skills): Add ErrorCode Check in op develop skills Co-authored-by: xuzhenghao8<xuzhenghao8@huawei.com> # message auto-generated for no-merge-commit merge: !2155 merge master into master feat(skills): Add ErrorCode Check in op develop skills Created-by: xuzhenghao8 Commit-by: xuzhenghao8 Merged-by: cann-robot Description: Add ErrorCode Check in op develop skills See merge request: cann/pypto!2155 | 5 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| refactor(agents): Refactor code merge agent to read spec docs and self-check proposals Co-authored-by: wangzheng97<wangzheng97@hisilicon.com> # message auto-generated for no-merge-commit merge: !2163 merge refactor-code-merge-agent into master refactor(agents): Refactor code merge agent to read spec docs and self-check proposals Created-by: wangzheng97 Commit-by: wangzheng97 Merged-by: cann-robot Description: refactor(agents): Refactor code merge agent to read spec docs and self-check proposals The code merge agent previously generated commit/issue/PR proposals without reading spec documents or performing compliance self-checks, which could lead to non-conforming proposals. Additionally, the commit message regex in pr-fixer error-handling allowed ci/build/chore tags that are not permitted by pr-spec.md. Changes: - Fix commit message regex in pr-fixer error-handling.md to align with pr-spec.md (remove ci/build/chore) - Refactor code merge agent workflow: renumber stages (0→1, 1→2, etc.) - Add stage 3 "Generate proposals and self-check" to read spec docs before generating proposals - Streamline document structure, remove redundant responsibility boundary table Related Issues: #994 See merge request: cann/pypto!2163 | 5 个月前 |
| fix(lcov): Add support for lcov 2.3.2 Co-authored-by: DCGDDD<yangxu14@huawei.com> # message auto-generated for no-merge-commit merge: !1986 merge master into master fix(lcov): Add support for lcov 2.3.2 Created-by: DCGDDD Commit-by: DCGDDD Merged-by: cann-robot Description: fix(lcov): Add support for lcov 2.3.2 See merge request: cann/pypto!1986 | 5 个月前 |
| docs(distributed): Add api documentation for distributed Co-authored-by: mengziyu<mengziyu1@huawei.com> # message auto-generated for no-merge-commit merge: !1648 merge master into master docs(distributed): Add api documentation for distributed Created-by: mengziyu Commit-by: mengziyu Merged-by: cann-robot Description: **描述:** 增加distributed相关api文档 See merge request: cann/pypto!1648 | 5 个月前 |
| fix(operator): Remove redundant comments Co-authored-by: sunhaoxuan2024<sunhaoxuan3@h-partners.com> # message auto-generated for no-merge-commit merge: !2180 merge master into master fix(operator): Remove redundant comments Created-by: sunhaoxuan2024 Commit-by: sunhaoxuan2024 Merged-by: cann-robot Description: Remove redundant comments Related Issue: #1000 See merge request: cann/pypto!2180 | 5 个月前 |
| Add aigcode moe dispatch/combine forward-backward kernels | 4 个月前 |
| Update flash attention training path and docs | 4 个月前 |
| Add aigcode moe dispatch/combine forward-backward kernels | 4 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| feat(dfx): Update compiler monitor api doc for tracking compilation progress and detecting timeout. Co-authored-by: z00521416<zhangyongtao7@hisilicon.com> # message auto-generated for no-merge-commit merge: !1511 merge master into master feat(dfx): Update compiler monitor api doc for tracking compilation progress and detecting timeout. Created-by: z00521416 Commit-by: z00521416 Merged-by: cann-robot Description: 1. Update compiler monitor api doc for tracking compilation progress and detecting timeout. 2. Migrate PNG files to LFS. See merge request: cann/pypto!1511 | 5 个月前 |
| feat(build): Extend test case executor functionality Co-authored-by: DCGDDD<yangxu14@huawei.com> # message auto-generated for no-merge-commit merge: !1018 merge master into master feat(build): Extend test case executor functionality Created-by: DCGDDD Commit-by: DCGDDD Merged-by: cann-robot Description: 1. Add .arts/ directory to .gitignore to ignore WebIDE default configuration path; 2. Add/complete comments in build_ci.py and setup.py; 3. Optimize parallel execution control script to facilitate future support for Pytest scenarios. See merge request: cann/pypto!1018 | 6 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| feat(skills): Add pypto subagents and intent/golden/design skills for operator development workflow Co-authored-by: wangzheng97<wangzheng97@hisilicon.com> # message auto-generated for no-merge-commit merge: !1622 merge feat/add-op-dev-skills into master feat(skills): Add pypto subagents and intent/golden/design skills for operator development workflow Created-by: wangzheng97 Commit-by: wangzheng97 Merged-by: cann-robot Description: ## Summary Add subagents and three skills for PyPTO operator development workflow: - **pypto-intent-understanding**: Transform natural language operator descriptions into structured requirement documents (spec.md) - **pypto-golden-generator**: Generate PyTorch golden functions and verification code based on spec.md - **pypto-op-design**: Generate structured design documents (design.md) with API mapping, tiling strategy, and performance parameters ## Changes ### New Skills Added 1. .agents/skills/pypto-intent-understanding/ 2. .agents/skills/pypto-golden-generator/ 3. .agents/skills/pypto-op-design/ 4. .opencode/agents ## Test - All skill documents follow the standard skill format - Reference documents are properly structured with evidence anchoring See merge request: cann/pypto!1622 | 5 个月前 |
| refactor(platform): Refactoring platform Co-authored-by: jiachengtang<tangjiacheng7@huawei.com> # message auto-generated for no-merge-commit merge: !1495 merge master into master refactor(platform): Refactoring platform Created-by: jiachengtang Commit-by: jiachengtang Merged-by: cann-robot Description: 不使用路径拼接,转而使用rtGetSocSpec获取参数 See merge request: cann/pypto!1495 | 5 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| Initial commit | 8 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| feat(license): Modify license info Co-authored-by: yyyfff<yefan29@huawei.com> # message auto-generated for no-merge-commit merge: !827 merge docs into master feat(license): Modify license info Created-by: yyyfff Commit-by: yyyfff Merged-by: cann-robot Description: Modify incorrect descriptions in the license. Related Issue: [#276](https://gitcode.com/cann/pypto/issues/276) See merge request: cann/pypto!827 | 7 个月前 |
| fix(docs): Fix some formatting problems of markdown files Co-authored-by: lyz0328<liyanzhen@huawei.com> # message auto-generated for no-merge-commit merge: !819 merge master into master fix(docs): Fix some formatting problems of markdown files Created-by: lyz0328 Commit-by: lyz0328 Merged-by: cann-robot Description: fix(docs): Fix some formatting problems of markdown files See merge request: cann/pypto!819 | 7 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| fix(interpreter): Fix tile_fwk_calculator compiler error in g++ 13.3.0 Co-authored-by: DCGDDD<yangxu14@huawei.com> # message auto-generated for no-merge-commit merge: !1453 merge interpreter into master fix(interpreter): Fix tile_fwk_calculator compiler error in g++ 13.3.0 Created-by: DCGDDD Commit-by: DCGDDD Merged-by: cann-robot Description: Fix tile_fwk_calculator compiler error in g++ 13.3.0 See merge request: cann/pypto!1453 | 5 个月前 |
| feat(build): Modify version num and fix hccl stest run bug Co-authored-by: DCGDDD<yangxu14@huawei.com> # message auto-generated for no-merge-commit merge: !1905 merge master into master feat(build): Modify version num and fix hccl stest run bug Created-by: DCGDDD Commit-by: DCGDDD Merged-by: cann-robot Description: feat(build): Modify version num and fix hccl stest run bug See merge request: cann/pypto!1905 | 5 个月前 |
| feat(build): Update classify_rule.yaml Co-authored-by: li-shengxian3<lishengxian3@hisilicon.com> # message auto-generated for no-merge-commit merge: !1900 merge master into master feat(build): Update classify_rule.yaml Created-by: li-shengxian3 Commit-by: li-shengxian3 Merged-by: cann-robot Description: PR 应该避免没有描述信息, 描述信息的最重要的作用是描述修改意图,应该清晰明了. 例如: 标题中包含了 fix 标签, 如果没有描述信息,就需要Review人员猜测PR具体修复了哪些内容,或者怀疑修改的必要性. 如果PR和特定的Issue相关,可以单独包含一行 Related Issue: 放到描述信息最后. 下面是一个典型的PR描述信息: The origin issue template brings too many noise, it's not suitable for git message. eg: comments are not removed, labels are redundant as the PR tile already contains the tag. The guide gives a clear suggestion on how to write the PR body. Related Issue: #1234,#5678 更多描述信息见:[Commit Message 规范](https://gitcode.com/cann/pypto/blob/master/docs/contribute/pull-request.md#commit-message) See merge request: cann/pypto!1900 | 5 个月前 |
| feat(distributed): Case for distributed python st Co-authored-by: luozhonglin222<luozhonglin1@huawei.com> # message auto-generated for no-merge-commit merge: !1477 merge master into master feat(distributed): Case for distributed python st Created-by: luozhonglin222 Commit-by: luozhonglin222 Merged-by: cann-robot Description: 1.支持通信python用例看护,当前只支持单卡python ST用例,多卡ST用例需要适配 See merge request: cann/pypto!1477 | 5 个月前 |
| Update flash attention training path and docs | 4 个月前 |
| Update flash attention training path and docs | 4 个月前 |
| feat(build): Modify version num and fix hccl stest run bug Co-authored-by: DCGDDD<yangxu14@huawei.com> # message auto-generated for no-merge-commit merge: !1905 merge master into master feat(build): Modify version num and fix hccl stest run bug Created-by: DCGDDD Commit-by: DCGDDD Merged-by: cann-robot Description: feat(build): Modify version num and fix hccl stest run bug See merge request: cann/pypto!1905 | 5 个月前 |
| refactor(all): Remove trailing whitespace Co-authored-by: tsungl4<lidongsheng4@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge pre-commit into master refactor(all): Remove trailing whitespace Created-by: tsungl4 Commit-by: tsungl4 Merged-by: cann-robot Description: Introduce pre-commit tools, and remove trailing white space with default plugin Related Issue: #1017 See merge request: cann/pypto!2188 | 5 个月前 |
| feat(interpreter): Support cacl.so compile online Co-authored-by: DCGDDD<yangxu14@huawei.com> # message auto-generated for no-merge-commit merge: !1398 merge interpreter into master feat(interpreter): Support cacl.so compile online Created-by: DCGDDD Commit-by: DCGDDD Merged-by: cann-robot Description: 1. Remove BUILD_OPEN_PROJECT option in CMake configuration 2. Package header files and source files required by calc binary into whl package Related Issue: https://gitcode.com/cann/pypto/pull/1315 See merge request: cann/pypto!1398 | 6 个月前 |