| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
add challenge05 for cann-code-detective Co-authored-by: shaoyf<1534478348@qq.com> # message auto-generated for no-merge-commit merge: !2298 merge test_0824_05 into master add challenge05 for cann-code-detective Created-by: shaoyf Commit-by: shaoyf Merged-by: cann-robot Description: <!-- 感谢您的合入申请! --> ### 当前PR是否有AI参与: [x] 否 [ ] 是 __1. AI Agent 平台: __2. AI 模型: __3. Prompt上下文 : ### PR功能描述 / 为什么需要这个合入**: <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> ### 该PR关联的issue *(格式为fixes #<issue号>, 或者resolves #<issue号>)*: fixes # ### 希望检视人员了解: ## 改动类型 / Change Type - [ ] Bug 修复 / Bug Fix - [ ] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [ ] 其它 / Other ## 测试信息 / Testing <!-- 简要测试说明或关键结果 / Brief test description or key results --> - [ ] 单元测试通过 / UT passed - [ ] 集成测试通过 / ST passed - [ ] 人工验证通过 / Manual verified ## 检查清单 / Checklist - [ ] 代码符合规范 / Code follows style guide - [ ] 测试添加并通过 / Tests added and passed - [ ] 文档已更新 / Docs updated if needed - [ ] 无硬编码敏感信息 / No secrets hardcoded - [ ] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-outreach!2298 | 11 天前 | |
[CANN SUMMER CAMPS 2026][XJTU] finish lesson2 Co-authored-by: Lyu Zonghan<unitbell_xun@stu.xjtu.edu.cn> # message auto-generated for no-merge-commit merge: !1828 merge lesson2-only into master [CANN SUMMER CAMPS 2026][XJTU] finish lesson2 Created-by: UnitbellXun Commit-by: Lyu Zonghan Merged-by: cann-robot Description: <!-- 感谢您的合入申请! --> ### 当前PR是否有AI参与: [x] 否 [ ] 是 __1. AI Agent 平台: __2. AI 模型: __3. Prompt上下文 : ### PR功能描述 / 为什么需要这个合入**: <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> ### 该PR关联的issue *(格式为fixes #<issue号>, 或者resolves #<issue号>)*: fixes # ### 希望检视人员了解: ## 改动类型 / Change Type - [ ] Bug 修复 / Bug Fix - [ ] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [ ] 其它 / Other ## 测试信息 / Testing <!-- 简要测试说明或关键结果 / Brief test description or key results --> - [ ] 单元测试通过 / UT passed - [ ] 集成测试通过 / ST passed - [ ] 人工验证通过 / Manual verified ## 检查清单 / Checklist - [ ] 代码符合规范 / Code follows style guide - [ ] 测试添加并通过 / Tests added and passed - [ ] 文档已更新 / Docs updated if needed - [ ] 无硬编码敏感信息 / No secrets hardcoded - [ ] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-outreach!1828 | 30 天前 | |
[CANN SUMMER CAMPS 2026][XJTU]Lession1 Co-authored-by: jie886<3225979260@qq.com> # message auto-generated for no-merge-commit merge: !689 merge master into master [CANN SUMMER CAMPS 2026][XJTU]Lession1 Created-by: jie886 Commit-by: jie886 Merged-by: cann-robot Description: ## 变更描述 / Description <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> ## 改动类型 / Change Type - [ ] Bug 修复 / Bug Fix - [ ] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [ ] 其它 / Other ## 关联 Issue / Related Issues <!-- Closes #000 可自动关闭 / Closes #000 to auto-close --> - Closes # - References # ## 测试信息 / Testing <!-- 简要测试说明或关键结果 / Brief test description or key results --> - [ ] 单元测试通过 / UT passed - [ ] 集成测试通过 / ST passed - [ ] 人工验证通过 / Manual verified ## 检查清单 / Checklist - [ ] 代码符合规范 / Code follows style guide - [ ] 测试添加并通过 / Tests added and passed - [ ] 文档已更新 / Docs updated if needed - [ ] 无硬编码敏感信息 / No secrets hardcoded - [ ] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-outreach!689 | 1 个月前 | |
feat(fujian): add TanhCustom operator for ascend310b Co-authored-by: wang-ronglin12<1317913819@qq.com> # message auto-generated for no-merge-commit merge: !1931 merge feat/fujian-Numa-TanhCustom into master feat(fujian): add TanhCustom operator for ascend310b Created-by: wang-ronglin12 Commit-by: wang-ronglin12 Merged-by: cann-robot Description: <!-- 感谢您的合入申请! --> ### 当前PR是否有AI参与: [x] 否 [ ] 是 __1. AI Agent 平台: __2. AI 模型: __3. Prompt上下文 : ### PR功能描述 / 为什么需要这个合入**: <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> 在 2026 淬火行动福建站提交 TanhCustom 自定义算子,支持 ascend310b (310B4) 平台。 **主要实现:** - 使用 AscendC 基础数学算子组合实现 tanh: Exp + Muls + Sub + Add + Div - 公式:tanh(x) = (exp(x) - exp(-x)) / (exp(x) + exp(-x)) - 多核并行计算:使用 GetBlockNum() / GetBlockIdx() 实现数据并行 - 显式 Buffer 管理:pipe.InitBuffer() 初始化输入/输出/临时张量 - Tiling 计算:支持动态 shape,自动计算 totalLength 和 tileNum **适配 ascend310b (310B4) 的关键差异:** - 310b 不支持高级 Tanh API,需手动组合基础算子 - 必须显式管理 UB 缓存,使用 TBuf.Get<half>() 获取临时张量 - 多核编程模型与 910b 不同 ### 该PR关联的issue *(格式为fixes #<issue号>, 或者resolves #<issue号>)*: 不涉及 ### 希望检视人员了解: - 代码参考武汉站淬火行动实现 (lin285170/TanhCustom) 适配 310b - 在 CANN 9.0.0 环境下编译验证通过,生成 custom_opp_ubuntu_aarch64.run - 目录结构符合淬火行动提交规范:2026/cuihuo/fujian/Numa/TanhCustom/ ## 改动类型 / Change Type - [ ] Bug 修复 / Bug Fix - [x] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [ ] 其它 / Other ## 测试信息 / Testing <!-- 简要测试说明或关键结果 / Brief test description or key results --> - [ ] 单元测试通过 / UT passed - [ ] 集成测试通过 / ST passed - [x] 人工验证通过 / Manual verified **验证环境:** CANN 9.0.0, ascend310b **验证结果:** bash build.sh 编译成功,生成 custom_opp_ubuntu_aarch64.run 安装包 ## 检查清单 / Checklist - [x] 代码符合规范 / Code follows style guide - [ ] 测试添加并通过 / Tests added and passed - [x] 文档已更新 / Docs updated if needed (CMakePresets.json 等配置) - [x] 无硬编码敏感信息 / No secrets hardcoded - [x] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-outreach!1931 | 15 天前 | |
feat: add CANNBot directory placeholder Co-authored-by: songchangxia<songchangxia@huawei.com> # message auto-generated for no-merge-commit merge: !282 merge master into master feat: add CANNBot directory placeholder Created-by: songchangxia Commit-by: songchangxia Merged-by: cann-robot Description: ## 变更描述 / Description <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> ## 改动类型 / Change Type - [ ] Bug 修复 / Bug Fix - [ ] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [ ] 其它 / Other ## 关联 Issue / Related Issues <!-- Closes #000 可自动关闭 / Closes #000 to auto-close --> - Closes # - References # ## 测试信息 / Testing <!-- 简要测试说明或关键结果 / Brief test description or key results --> - [ ] 单元测试通过 / UT passed - [ ] 集成测试通过 / ST passed - [ ] 人工验证通过 / Manual verified ## 检查清单 / Checklist - [ ] 代码符合规范 / Code follows style guide - [ ] 测试添加并通过 / Tests added and passed - [ ] 文档已更新 / Docs updated if needed - [ ] 无硬编码敏感信息 / No secrets hardcoded - [ ] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-outreach!282 | 2 个月前 | |
add sub_custom for cann code detective Co-authored-by: gjnbman<18650460615@163.com> # message auto-generated for no-merge-commit merge: !2135 merge challenge01 into master add sub_custom for cann code detective Created-by: gjnbman Commit-by: gjnbman Merged-by: cann-robot Description: <!-- 感谢您的合入申请! --> ### 当前PR是否有AI参与: [x] 否 ### PR功能描述 / 为什么需要这个合入**: 数据类型:输入与输出均为 float 类型。 数据形状(Shape): 输入Shape为 (8, 2048),输出Shape与输入相同。 数据布局(Format):ND。 ## 改动类型 / Change Type - [ ] 其它 / Other ## 测试信息 / Testing <!-- 简要测试说明或关键结果 / Brief test description or key results --> - [ ] 单元测试通过 / UT passed - [ ] 集成测试通过 / ST passed - [ ] 人工验证通过 / Manual verified ## 检查清单 / Checklist - [ ] 代码符合规范 / Code follows style guide - [ ] 测试添加并通过 / Tests added and passed - [ ] 文档已更新 / Docs updated if needed - [ ] 无硬编码敏感信息 / No secrets hardcoded - [ ] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-outreach!2135 | 15 天前 | |
添加安徽区域活动目录 Co-authored-by: ciqq<ciqq@noreply.gitcode.com> # message auto-generated for no-merge-commit merge: !2148 merge master into master 添加安徽区域活动目录 Created-by: ciqq Commit-by: ciqq Merged-by: cann-robot Description: <!-- 感谢您的合入申请! --> ### 当前PR是否有AI参与: [x] 否 [ ] 是 __1. AI Agent 平台: __2. AI 模型: __3. Prompt上下文 : ### PR功能描述 / 为什么需要这个合入**: 添加安徽区域活动目录 ## 改动类型 / Change Type - [ ] Bug 修复 / Bug Fix - [ ] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [x] 其它 / Other See merge request: cann/cann-outreach!2148 | 11 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 11 天前 | ||
| 30 天前 | ||
| 1 个月前 | ||
| 15 天前 | ||
| 2 个月前 | ||
| 15 天前 | ||
| 11 天前 |