| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Docs] 修改 HcclThreadAcquire、HcommThreadAlloc 描述问题 Co-authored-by: jiyuanhao<jiyuanhao1@huawei.com> # message auto-generated for no-merge-commit merge: !3068 merge docs/thread_alloc into master [Docs] 修改 HcclThreadAcquire、HcommThreadAlloc 描述问题 Created-by: jiyuanhao Commit-by: jiyuanhao Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> [Docs] 修改 HcclThreadAcquire、HcommThreadAlloc 描述问题 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] 🚀 性能优化 - [x] 📝 文档更新 - [ ] 📋 其他,请描述: ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR不涉及Issue,可填写"NA"。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于构造对应xx测试用例、二级冒烟、算子泛化等。--> 已完成的测试用例和场景: 1. 2. 补充的UT用例: ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 合入检查 <!-- 在正式合入前,请做好必要的代码测试,用例补充,软件代码风格检查等。提高合入效率。--> <!-- [x] 表示选中 --> - [ ] 🧐 已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 - [ ] 🔍 邀请 committer评论 /lgtm前的必要检查 - [ ] 🏷️ 标题中使用了合适的类型标签(如:[feat], [fix]) - [ ] 📄 代码修改内容已简要描述,相关文档已更新 - [ ] 📝 代码注释已更新,代码遵循项目整体代码风格 - [ ] 🧪 代码UT测试已更新,覆盖率已达标 - [ ] 🔬 验证方法已更新到"测试"部分 - [ ] 🛠️ 代码已通过静态分析工具检查,无错误 - [ ] 👥 代码检视/code review/同行评议和必要的代码串讲,确保代码质量 - [ ] ✅ 代码检视意见已处理或答复,无未处理的检视意见 - [ ] 🚀 预约 前冒烟 用例前的必要检查 - [ ] ✔️ 代码已有committer的/lgtm 和 模块committer的/lgtm评论 - [ ] 🔧 代码已通过compile,编译无错误,无告警 - [ ] 🖥️ 代码已通过基本功能本地测试或者在线测试,确保基本功能正常 - [ ] 🎯 预约 approver评论/approve,正式合入前的必要检查 - [ ] 📊 前冒烟 用例已全量通过 - [ ] 📦 新增功能已同步补充基本功能测试用例到前冒烟里 See merge request: cann/hcomm!3068 | 2 天前 | |
【2026 HCCL通信库创新大赛-西部赛区】【地上的电波】【文档类】修复多处文档中的接口引用和示例错误 Co-authored-by: hengzhl<2174874197@qq.com> # message auto-generated for no-merge-commit merge: !3025 merge master into master 【2026 HCCL通信库创新大赛-西部赛区】【地上的电波】【文档类】修复多处文档中的接口引用和示例错误 Created-by: hengzhl Commit-by: hengzhl Merged-by: cann-robot Description: ## 描述 修复多处文档中的接口引用和示例错误,具体如下: - 修正 HcommCcuKernelRegister 接口名拼写错误 - 补充 HcclThreadAcquire 调用示例中缺失的 HcclComm comm 参数 - 修正 HcclThreadAcquireWithStream 示例中 streams 变量名错误 - 修正 HclThreadAcquireWithStream 和 HclThreadAcquire 的接口名拼写,公开接口名为 HcclThreadAcquireWithStream 和 HcclThreadAcquire - 修正默认超时相关示例中误用不存在的 HcommThreadAcquire、HcommChannelAcquire 和 HcommChannelDescInit 接口名 - 修正 HcommCcuKernelLaunch 文档中 HcclThreadAcquireWithStream 接口名空格断裂问题 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] 🚀 性能优化 - [x] 📝 文档更新 - [ ] 📋 其他,请描述: ## 关联的Issue - [https://gitcode.com/cann/hcomm/issues/280](https://gitcode.com/cann/hcomm/issues/280) - [https://gitcode.com/cann/hcomm/issues/281](https://gitcode.com/cann/hcomm/issues/281) - [https://gitcode.com/cann/hcomm/issues/282](https://gitcode.com/cann/hcomm/issues/282) - [https://gitcode.com/cann/hcomm/issues/283](https://gitcode.com/cann/hcomm/issues/283) - [https://gitcode.com/cann/hcomm/issues/284](https://gitcode.com/cann/hcomm/issues/284) - [https://gitcode.com/cann/hcomm/issues/287](https://gitcode.com/cann/hcomm/issues/287) ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于构造对应xx测试用例、二级冒烟、算子泛化等。--> 已完成的测试用例和场景: 本次改动为文档修正,不涉及代码逻辑变更。已完成检查: - 对照相关头文件中的公开 API 函数声明,确认文档中的接口名称已修正; - 结合 Issue 中描述的问题及文档上下文,确认修改内容准确且不影响其他接口说明。 补充的UT用例:无,本次 PR 仅修正文档中的接口名称拼写等错误,不涉及代码逻辑变更,无需新增 UT 用例。 ## 文档更新 以下文档完成了更新: - [HcommCcuKernelLaunch.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/control_plane_api/ccu_kernel_launch_execution/HcommCcuKernelLaunch.md) - [HcclThreadAcquire.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/control_plane_api/comms_domain_resource_mgmt/HcclThreadAcquire.md) - [HcommChannelFenceOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommChannelFenceOnThread.md) - [HcommChannelNotifyRecordOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommChannelNotifyRecordOnThread.md) - [HcommChannelNotifyWaitOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommChannelNotifyWaitOnThread.md) - [HcommChannelNotifyWaitOnThreadWithDefaultTimeout.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommChannelNotifyWaitOnThreadWithDefaultTimeout.md) - [HcommReadOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommReadOnThread.md) - [HcommReadReduceOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommReadReduceOnThread.md) - [HcommSetNotifyWaitTimeOut.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommSetNotifyWaitTimeOut.md) - [HcommThreadResAcquireTimeOut.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommThreadResAcquireTimeOut.md) - [HcommWriteOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommWriteOnThread.md) - [HcommWriteReduceOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommWriteReduceOnThread.md) - [HcommWriteReduceWithNotifyOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommWriteReduceWithNotifyOnThread.md) - [HcommWriteWithNotifyOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommWriteWithNotifyOnThread.md) - [HcommThreadNotifyWaitOnThreadWithDefaultTimeout.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/local_operations/HcommThreadNotifyWaitOnThreadWithDefaultTimeout.md) - [create_res.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/comm_op_dev_guide/ccu_comm_op_dev/create_res.md) ## 合入检查 <!-- 在正式合入前,请做好必要的代码测试,用例补充,软件代码风格检查等。提高合入效率。--> <!-- [x] 表示选中 --> - [x] 🧐 已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 - [ ] 🔍 邀请 committer评论 /lgtm前的必要检查 - [ ] 🏷️ 标题中使用了合适的类型标签(如:[feat], [fix]) - [ ] 📄 代码修改内容已简要描述,相关文档已更新 - [ ] 📝 代码注释已更新,代码遵循项目整体代码风格 - [ ] 🧪 代码UT测试已更新,覆盖率已达标 - [ ] 🔬 验证方法已更新到"测试"部分 - [ ] 🛠️ 代码已通过静态分析工具检查,无错误 - [ ] 👥 代码检视/code review/同行评议和必要的代码串讲,确保代码质量 - [ ] ✅ 代码检视意见已处理或答复,无未处理的检视意见 - [ ] 🚀 预约 前冒烟 用例前的必要检查 - [ ] ✔️ 代码已有committer的/lgtm 和 模块committer的/lgtm评论 - [ ] 🔧 代码已通过compile,编译无错误,无告警 - [ ] 🖥️ 代码已通过基本功能本地测试或者在线测试,确保基本功能正常 - [ ] 🎯 预约 approver评论/approve,正式合入前的必要检查 - [ ] 📊 前冒烟 用例已全量通过 - [ ] 📦 新增功能已同步补充基本功能测试用例到前冒烟里 See merge request: cann/hcomm!3025 | 17 小时前 | |
【2026 HCCL通信库创新大赛-西部赛区】【地上的电波】【文档类】修复多处文档中的接口引用和示例错误 Co-authored-by: hengzhl<2174874197@qq.com> # message auto-generated for no-merge-commit merge: !3025 merge master into master 【2026 HCCL通信库创新大赛-西部赛区】【地上的电波】【文档类】修复多处文档中的接口引用和示例错误 Created-by: hengzhl Commit-by: hengzhl Merged-by: cann-robot Description: ## 描述 修复多处文档中的接口引用和示例错误,具体如下: - 修正 HcommCcuKernelRegister 接口名拼写错误 - 补充 HcclThreadAcquire 调用示例中缺失的 HcclComm comm 参数 - 修正 HcclThreadAcquireWithStream 示例中 streams 变量名错误 - 修正 HclThreadAcquireWithStream 和 HclThreadAcquire 的接口名拼写,公开接口名为 HcclThreadAcquireWithStream 和 HcclThreadAcquire - 修正默认超时相关示例中误用不存在的 HcommThreadAcquire、HcommChannelAcquire 和 HcommChannelDescInit 接口名 - 修正 HcommCcuKernelLaunch 文档中 HcclThreadAcquireWithStream 接口名空格断裂问题 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] 🚀 性能优化 - [x] 📝 文档更新 - [ ] 📋 其他,请描述: ## 关联的Issue - [https://gitcode.com/cann/hcomm/issues/280](https://gitcode.com/cann/hcomm/issues/280) - [https://gitcode.com/cann/hcomm/issues/281](https://gitcode.com/cann/hcomm/issues/281) - [https://gitcode.com/cann/hcomm/issues/282](https://gitcode.com/cann/hcomm/issues/282) - [https://gitcode.com/cann/hcomm/issues/283](https://gitcode.com/cann/hcomm/issues/283) - [https://gitcode.com/cann/hcomm/issues/284](https://gitcode.com/cann/hcomm/issues/284) - [https://gitcode.com/cann/hcomm/issues/287](https://gitcode.com/cann/hcomm/issues/287) ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于构造对应xx测试用例、二级冒烟、算子泛化等。--> 已完成的测试用例和场景: 本次改动为文档修正,不涉及代码逻辑变更。已完成检查: - 对照相关头文件中的公开 API 函数声明,确认文档中的接口名称已修正; - 结合 Issue 中描述的问题及文档上下文,确认修改内容准确且不影响其他接口说明。 补充的UT用例:无,本次 PR 仅修正文档中的接口名称拼写等错误,不涉及代码逻辑变更,无需新增 UT 用例。 ## 文档更新 以下文档完成了更新: - [HcommCcuKernelLaunch.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/control_plane_api/ccu_kernel_launch_execution/HcommCcuKernelLaunch.md) - [HcclThreadAcquire.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/control_plane_api/comms_domain_resource_mgmt/HcclThreadAcquire.md) - [HcommChannelFenceOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommChannelFenceOnThread.md) - [HcommChannelNotifyRecordOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommChannelNotifyRecordOnThread.md) - [HcommChannelNotifyWaitOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommChannelNotifyWaitOnThread.md) - [HcommChannelNotifyWaitOnThreadWithDefaultTimeout.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommChannelNotifyWaitOnThreadWithDefaultTimeout.md) - [HcommReadOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommReadOnThread.md) - [HcommReadReduceOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommReadReduceOnThread.md) - [HcommSetNotifyWaitTimeOut.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommSetNotifyWaitTimeOut.md) - [HcommThreadResAcquireTimeOut.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommThreadResAcquireTimeOut.md) - [HcommWriteOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommWriteOnThread.md) - [HcommWriteReduceOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommWriteReduceOnThread.md) - [HcommWriteReduceWithNotifyOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommWriteReduceWithNotifyOnThread.md) - [HcommWriteWithNotifyOnThread.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/communication_operations/HcommWriteWithNotifyOnThread.md) - [HcommThreadNotifyWaitOnThreadWithDefaultTimeout.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/api_ref/comm_opdev/data_plane_api/cpu-cpu_ts-aicpu_ts/local_operations/HcommThreadNotifyWaitOnThreadWithDefaultTimeout.md) - [create_res.md](https://gitcode.com/cann/hcomm/blob/master/docs/zh/comm_op_dev_guide/ccu_comm_op_dev/create_res.md) ## 合入检查 <!-- 在正式合入前,请做好必要的代码测试,用例补充,软件代码风格检查等。提高合入效率。--> <!-- [x] 表示选中 --> - [x] 🧐 已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 - [ ] 🔍 邀请 committer评论 /lgtm前的必要检查 - [ ] 🏷️ 标题中使用了合适的类型标签(如:[feat], [fix]) - [ ] 📄 代码修改内容已简要描述,相关文档已更新 - [ ] 📝 代码注释已更新,代码遵循项目整体代码风格 - [ ] 🧪 代码UT测试已更新,覆盖率已达标 - [ ] 🔬 验证方法已更新到"测试"部分 - [ ] 🛠️ 代码已通过静态分析工具检查,无错误 - [ ] 👥 代码检视/code review/同行评议和必要的代码串讲,确保代码质量 - [ ] ✅ 代码检视意见已处理或答复,无未处理的检视意见 - [ ] 🚀 预约 前冒烟 用例前的必要检查 - [ ] ✔️ 代码已有committer的/lgtm 和 模块committer的/lgtm评论 - [ ] 🔧 代码已通过compile,编译无错误,无告警 - [ ] 🖥️ 代码已通过基本功能本地测试或者在线测试,确保基本功能正常 - [ ] 🎯 预约 approver评论/approve,正式合入前的必要检查 - [ ] 📊 前冒烟 用例已全量通过 - [ ] 📦 新增功能已同步补充基本功能测试用例到前冒烟里 See merge request: cann/hcomm!3025 | 17 小时前 | |
【fix docs】rename cpu_ts & fix EndPoint file Co-authored-by: zangyan<zangyan@huawei.com> # message auto-generated for no-merge-commit merge: !2506 merge master into master 【fix docs】rename cpu_ts & fix EndPoint file Created-by: flyswa Commit-by: zangyan Merged-by: cann-robot Description: ## 描述 文档优化 1、EndPonitDesc.md修改为EndpointDesc.md,同步修改相关超链接。 2、EndPointLoc.md修改为EndpointLoc.md,同步修改相关超链接。 3、EndPointLocType.md修改为EndpointLocType.md,同步修改相关超链接。 4、CPU_TS修改为CPU-CPU_TS-AICPU-TS ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] 🚀 性能优化 - [x] 📝 文档更新 - [ ] 📋 其他,请描述: ## 关联的Issue NA ## 测试 NA ## 文档更新 同描述 ## 合入检查 <!-- 在正式合入前,请做好必要的代码测试,用例补充,软件代码风格检查等。提高合入效率。--> <!-- [x] 表示选中 --> - [ ] 🧐 已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 - [ ] 🔍 邀请 committer评论 /lgtm前的必要检查 - [ ] 🏷️ 标题中使用了合适的类型标签(如:[feat], [fix]) - [ ] 📄 代码修改内容已简要描述,相关文档已更新 - [ ] 📝 代码注释已更新,代码遵循项目整体代码风格 - [ ] 🧪 代码UT测试已更新,覆盖率已达标 - [ ] 🔬 验证方法已更新到"测试"部分 - [ ] 🛠️ 代码已通过静态分析工具检查,无错误 - [ ] 👥 代码检视/code review/同行评议和必要的代码串讲,确保代码质量 - [ ] ✅ 代码检视意见已处理或答复,无未处理的检视意见 - [ ] 🚀 预约 前冒烟 用例前的必要检查 - [ ] ✔️ 代码已有committer的/lgtm 和 模块committer的/lgtm评论 - [ ] 🔧 代码已通过compile,编译无错误,无告警 - [ ] 🖥️ 代码已通过基本功能本地测试或者在线测试,确保基本功能正常 - [ ] 🎯 预约 approver评论/approve,正式合入前的必要检查 - [ ] 📊 前冒烟 用例已全量通过 - [ ] 📦 新增功能已同步补充基本功能测试用例到前冒烟里 See merge request: cann/hcomm!2506 | 24 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 天前 | ||
| 17 小时前 | ||
| 17 小时前 | ||
| 24 天前 |