Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
graph-autofusion
/
super_kernel
/
kernel
下载当前目录
A
Achilles_d
Adapt profiling to different chip types and fix the model ID as a unique model
69e71653
创建于
1 天前
历史提交
文件
最后提交记录
最后更新时间
CMakeLists.txt
fix(superkernel): support arch-specific scope kernel symbols Build scope kernels with architecture-specific symbol suffixes for all supported SK kernel arches, including dav-2201. Add shared arch detection helpers and select the matching scope kernel launch implementation at runtime. Update scope kernel parsing to recognize suffixed begin/end/placeholder symbols, keep DAV_3510 split-core handling on the unified arch helper, and cover the new suffix behavior with AOT unit tests.
5 天前
sk_entry.asc
Adapt profiling to different chip types and fix the model ID as a unique model
1 天前
sk_flag_diag.h
add hard sync flag diag api Co-authored-by: hujiawen_kaven<hujiawen5@hisilicon.com> # message auto-generated for no-merge-commit merge:
!254
merge hard_sync_flag_diag into master add hard sync flag diag api Created-by: hujiawen_kaven Commit-by: hujiawen_kaven Merged-by: cann-robot Description: # Pull Request ## 描述 新增硬同步flag校验api,当出现set数量多于wait时,调用api则会卡住,可检测出set比wait多的不匹配场景 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 2. ## 核对清单 <!-- [x] 表示选中 --> - [ ] 我的代码遵循了项目的代码风格 - [ ] 我已对代码进行了自测 - [ ] 我已更新了相关的文档 - [ ] 我在标题中使用了合适的类型标签(如:
feat:
,
fix:
) - [ ] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/graph-autofusion
!254
1 个月前
sk_scope_kernel.asc
support dav-2201 and dav-3510 builds for sk_entry and sk_scope
11 天前