| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
build: upgrade C++ version to 17 Co-authored-by: ouyangcaike<ouyangcaike@h-partners.com> # message auto-generated for no-merge-commit merge: !2435 merge fix-8 into master build: upgrade C++ version to 17 Created-by: ouyangcaike Commit-by: ouyangcaike Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 1. 升级工程构建中 C++ 版本到 C++ 17 标准。 2. cmake/intf_pub_gccnative.cmake 文件内的版本暂未升级,若升级后会有 any 的命名空间冲突,进一步导致修改范围过大。 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug修复 - [ ] ✨ 新特性 - [ ] 🚀 性能优化 - [ ] 📝 文档更新 - [x] 📋 其他,请描述:工程构建 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR不涉及Issue,可填写"NA"。--> NA ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于构造对应xx测试用例、二级冒烟、算子泛化等。--> 已完成的测试用例和场景: - 编译成功 - 修改前后编译产物的二进制对比有不可忽视差异 - 全量前冒烟测试通过 补充的UT用例: - NA ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> NA ## 合入检查 <!-- 在正式合入前,请做好必要的代码测试,用例补充,软件代码风格检查等。提高合入效率。--> <!-- [x] 表示选中 --> - [x] 🧐 已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 - [x] 🔍 邀请 committer评论 /lgtm前的必要检查 - [x] 🏷️ 标题中使用了合适的类型标签(如:[feat], [fix]) - [x] 📄 代码修改内容已简要描述,相关文档已更新 - [x] 📝 代码注释已更新,代码遵循项目整体代码风格 - [x] 🧪 代码UT测试已更新,覆盖率已达标 - [x] 🔬 验证方法已更新到"测试"部分 - [x] 🛠️ 代码已通过静态分析工具检查,无错误 - [x] 👥 代码检视/code review/同行评议和必要的代码串讲,确保代码质量 - [x] ✅ 代码检视意见已处理或答复,无未处理的检视意见 - [x] 🚀 预约 前冒烟 用例前的必要检查 - [x] ✔️ 代码已有committer的/lgtm 和 模块committer的/lgtm评论 - [x] 🔧 代码已通过compile,编译无错误,无告警 - [x] 🖥️ 代码已通过基本功能本地测试或者在线测试,确保基本功能正常 - [x] 🎯 预约 approver评论/approve,正式合入前的必要检查 - [x] 📊 前冒烟 用例已全量通过 - [x] 📦 新增功能已同步补充基本功能测试用例到前冒烟里 See merge request: cann/hcomm!2435 | 24 天前 | |
fix log Co-authored-by: Innoecho<sunzhepeng@huawei.com> # message auto-generated for no-merge-commit merge: !1640 merge fix_log into master fix log Created-by: Innoecho Commit-by: Innoecho Merged-by: cann-robot Description: ## 描述 修复日志级别使用错误和字符串打印问题: 1. 将 HCCL_DEBUG 改为 HCCL_INFO,因为该日志应在正常流程中打印 2. 修复 tag 打印时未调用 c_str() 的问题 Add unit tests for HCCL SQCQ V1 and V2 functionalities - Implemented unit tests for the HCCL SQCQ V1 in ut_aicpu_hccl_sqcqv1.cc, covering various scenarios such as RDMA DB send, notify wait, record, and memcpy operations. - Added unit tests for the HCCL SQCQ V2 in ut_aicpu_hccl_sqcqv2.cc, including tests for notify wait, record, write value, and event operations. - Each test verifies the expected behavior and correctness of the SQE structures and their fields. - Ensured proper setup and teardown for the test cases to maintain isolation and integrity of tests. ## 关联的Issue NA ## 测试 未涉及功能改动,仅日志级别和格式调整 ## 文档更新 未涉及文档更新 ## 类型标签 - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/hcomm!1640 | 2 个月前 | |
fix log Co-authored-by: Innoecho<sunzhepeng@huawei.com> # message auto-generated for no-merge-commit merge: !1640 merge fix_log into master fix log Created-by: Innoecho Commit-by: Innoecho Merged-by: cann-robot Description: ## 描述 修复日志级别使用错误和字符串打印问题: 1. 将 HCCL_DEBUG 改为 HCCL_INFO,因为该日志应在正常流程中打印 2. 修复 tag 打印时未调用 c_str() 的问题 Add unit tests for HCCL SQCQ V1 and V2 functionalities - Implemented unit tests for the HCCL SQCQ V1 in ut_aicpu_hccl_sqcqv1.cc, covering various scenarios such as RDMA DB send, notify wait, record, and memcpy operations. - Added unit tests for the HCCL SQCQ V2 in ut_aicpu_hccl_sqcqv2.cc, including tests for notify wait, record, write value, and event operations. - Each test verifies the expected behavior and correctness of the SQE structures and their fields. - Ensured proper setup and teardown for the test cases to maintain isolation and integrity of tests. ## 关联的Issue NA ## 测试 未涉及功能改动,仅日志级别和格式调整 ## 文档更新 未涉及文档更新 ## 类型标签 - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/hcomm!1640 | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 24 天前 | ||
| 2 个月前 | ||
| 2 个月前 |