| torch_extension资料迁移 Co-authored-by: chenyifan<chenyifan66@h-partners.com> # message auto-generated for no-merge-commit merge: !11507 merge mv_torch_docs into master torch_extension资料迁移 Created-by: mutex_lock Commit-by: chenyifan Merged-by: cann-robot Description: ## 描述 将 torch 扩展接口文档从集中目录 torch_extension/cann_ops_transformer/docs/zh/ 迁移到各算子目录 <category>/<op>/docs/,并统一命名为 torchapi_${op_api}.md,使接口文档与 aclnn 文档同目录、与对外 Python API 主名一致。 同步更新: - docs/zh/menu_torch_api.md、docs/zh/torch_api_list.md(链接改写、补齐未入索引接口、menu 字母序) - docs/zh/install/dir_structure.md、torch_extension_guidelines.md(文档落位约定) - 相关算子 README.md 及文档内相对链接 ## 关联的Issue https://gitcode.com/cann/ops-transformer/issues/5123 ## 测试 - 校验 59 篇迁移文档与 menu/list 一一覆盖,相对链接可解析 - 全仓检索确认无残留 cann_ops_transformer/docs/zh 引用 - 对照迁移前后正文:除相对路径改写外无内容篡改 - 文档规则三轮检视通过 ## 文档更新 - 迁移并重命名全部 torch 接口 md 至各算子 docs/torchapi_*.md - 更新 menu_torch_api.md、torch_api_list.md - 更新目录结构说明与 torch_extension 开发规范中的文档路径约定 - 更新相关算子 README 中的接口文档链接 ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [ ] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [x] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-transformer!11507 | 1 天前 |
| mc2相关文件,pre-commit规范整改 Co-authored-by: yayahello<zhaopenglei@hisilicon.com> # message auto-generated for no-merge-commit merge: !11337 merge master into master mc2相关文件,pre-commit规范整改 Created-by: yayahello Commit-by: yayahello Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> mc2代码仓,pre-commit 整改 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #000--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [ ] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [ ] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-transformer!11337 | 4 天前 |
| quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Co-authored-by: yifux<xiongyifu1@huawei.com> # message auto-generated for no-merge-commit merge: !11272 merge pr_10910 into master quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Created-by: xiongyifu Commit-by: yifux Merged-by: cann-robot Description: ## 描述 QuantAllReduce和QuantReduceScatter两个算子适配新torch_extension架构,并切换新的hccl context。 ## 关联的Issue https://gitcode.com/cann/ops-transformer/issues/2844 ## 测试 本地出自定义算子包验证,线上出子包验证,黄区rdv验证通过  ## 文档更新 torch_extension/cann_ops_transformer/docs/zh/quant_all_reduce.md torch_extension/cann_ops_transformer/docs/zh/quant_reduce_scatter.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [x] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [ ] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-transformer!11272 | 1 天前 |
| quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Co-authored-by: yifux<xiongyifu1@huawei.com> # message auto-generated for no-merge-commit merge: !11272 merge pr_10910 into master quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Created-by: xiongyifu Commit-by: yifux Merged-by: cann-robot Description: ## 描述 QuantAllReduce和QuantReduceScatter两个算子适配新torch_extension架构,并切换新的hccl context。 ## 关联的Issue https://gitcode.com/cann/ops-transformer/issues/2844 ## 测试 本地出自定义算子包验证,线上出子包验证,黄区rdv验证通过  ## 文档更新 torch_extension/cann_ops_transformer/docs/zh/quant_all_reduce.md torch_extension/cann_ops_transformer/docs/zh/quant_reduce_scatter.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [x] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [ ] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-transformer!11272 | 1 天前 |
| quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Co-authored-by: yifux<xiongyifu1@huawei.com> # message auto-generated for no-merge-commit merge: !11272 merge pr_10910 into master quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Created-by: xiongyifu Commit-by: yifux Merged-by: cann-robot Description: ## 描述 QuantAllReduce和QuantReduceScatter两个算子适配新torch_extension架构,并切换新的hccl context。 ## 关联的Issue https://gitcode.com/cann/ops-transformer/issues/2844 ## 测试 本地出自定义算子包验证,线上出子包验证,黄区rdv验证通过  ## 文档更新 torch_extension/cann_ops_transformer/docs/zh/quant_all_reduce.md torch_extension/cann_ops_transformer/docs/zh/quant_reduce_scatter.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [x] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [ ] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-transformer!11272 | 1 天前 |
| quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Co-authored-by: yifux<xiongyifu1@huawei.com> # message auto-generated for no-merge-commit merge: !11272 merge pr_10910 into master quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Created-by: xiongyifu Commit-by: yifux Merged-by: cann-robot Description: ## 描述 QuantAllReduce和QuantReduceScatter两个算子适配新torch_extension架构,并切换新的hccl context。 ## 关联的Issue https://gitcode.com/cann/ops-transformer/issues/2844 ## 测试 本地出自定义算子包验证,线上出子包验证,黄区rdv验证通过  ## 文档更新 torch_extension/cann_ops_transformer/docs/zh/quant_all_reduce.md torch_extension/cann_ops_transformer/docs/zh/quant_reduce_scatter.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [x] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [ ] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-transformer!11272 | 1 天前 |
| Revert "MC2:NpuArch常量代数解决静态编译依赖" Co-authored-by: chenyifan<chenyifan66@h-partners.com> # message auto-generated for no-merge-commit merge: !11749 merge revert_socversion into master Revert "MC2:NpuArch常量代数解决静态编译依赖" Created-by: mutex_lock Commit-by: chenyifan Merged-by: cann-robot Description: ## 描述 - 兼容性回退NpuArch常量代数解决静态编译依赖 ## 关联的Issue https://gitcode.com/cann/ops-transformer/issues/5198 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [ ] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [ ] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [x] ❓ 其他,请描述:兼容回退 See merge request: cann/ops-transformer!11749 | 16 小时前 |
| quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Co-authored-by: yifux<xiongyifu1@huawei.com> # message auto-generated for no-merge-commit merge: !11272 merge pr_10910 into master quant_reduce_scatter & quant_all_reduce add torch extension and hccl context Created-by: xiongyifu Commit-by: yifux Merged-by: cann-robot Description: ## 描述 QuantAllReduce和QuantReduceScatter两个算子适配新torch_extension架构,并切换新的hccl context。 ## 关联的Issue https://gitcode.com/cann/ops-transformer/issues/2844 ## 测试 本地出自定义算子包验证,线上出子包验证,黄区rdv验证通过  ## 文档更新 torch_extension/cann_ops_transformer/docs/zh/quant_all_reduce.md torch_extension/cann_ops_transformer/docs/zh/quant_reduce_scatter.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [x] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [ ] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-transformer!11272 | 1 天前 |
| Pre-Commit 规范整改 — mc2 公共 Co-authored-by: gitcode_lijd<lijiandong20@huawei.com> # message auto-generated for no-merge-commit merge: !1577 merge test into master Pre-Commit 规范整改 — mc2 公共 Created-by: gitcode_lijd Commit-by: gitcode_lijd Merged-by: cann-robot Description: pre-commit是一个Git Hooks框架,用于在git commit时自动运行代码检查和格式化工具。: | Hook | 功能 | 说明 | |------|------|------| | **clang-format** | C/C++ 代码格式化 | 自动格式化代码,保持风格一致 | | **OAT Check** | 开源合规检查 | 检测许可证头、禁止二进制文件提交 | 本PR对于MC2文件进行了pre-commit检查 See merge request: cann/ops-transformer!1577 | 1 个月前 |
| torch_extension资料迁移 Co-authored-by: chenyifan<chenyifan66@h-partners.com> # message auto-generated for no-merge-commit merge: !11507 merge mv_torch_docs into master torch_extension资料迁移 Created-by: mutex_lock Commit-by: chenyifan Merged-by: cann-robot Description: ## 描述 将 torch 扩展接口文档从集中目录 torch_extension/cann_ops_transformer/docs/zh/ 迁移到各算子目录 <category>/<op>/docs/,并统一命名为 torchapi_${op_api}.md,使接口文档与 aclnn 文档同目录、与对外 Python API 主名一致。 同步更新: - docs/zh/menu_torch_api.md、docs/zh/torch_api_list.md(链接改写、补齐未入索引接口、menu 字母序) - docs/zh/install/dir_structure.md、torch_extension_guidelines.md(文档落位约定) - 相关算子 README.md 及文档内相对链接 ## 关联的Issue https://gitcode.com/cann/ops-transformer/issues/5123 ## 测试 - 校验 59 篇迁移文档与 menu/list 一一覆盖,相对链接可解析 - 全仓检索确认无残留 cann_ops_transformer/docs/zh 引用 - 对照迁移前后正文:除相对路径改写外无内容篡改 - 文档规则三轮检视通过 ## 文档更新 - 迁移并重命名全部 torch 接口 md 至各算子 docs/torchapi_*.md - 更新 menu_torch_api.md、torch_api_list.md - 更新目录结构说明与 torch_extension 开发规范中的文档路径约定 - 更新相关算子 README 中的接口文档链接 ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [ ] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [x] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-transformer!11507 | 1 天前 |