Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
runtime
/
src
/
dfx
/
log
/
liblog
/
slog
下载当前目录
cann-robot
【PR】: 支持回调方式将plog日志原始内容输出给用户使用
87306594
创建于
3 天前
历史提交
文件
最后提交记录
最后更新时间
dlog_communication
Initial commit
5 个月前
plog
【PR】: 支持回调方式将plog日志原始内容输出给用户使用 Co-authored-by: newstarzj<zhangjie230@huawei.com> # message auto-generated for no-merge-commit merge:
!2555
merge master_plog_callback into master 【PR】: 支持回调方式将plog日志原始内容输出给用户使用 Created-by: newstarzj Commit-by: newstarzj Merged-by: cann-robot Description: # Pull Request ## 描述 支持回调方式将plog日志原始内容输出给用户使用 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue
https://gitcode.com/cann/runtime/issues/563
## 如何测试 UT ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:
feat:
,
fix:
) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/runtime
!2555
3 天前
plog_device
device子工程打包为tar.gz,构建产物汇总到主工程中 Co-authored-by: Feiteng Zheng<zhengfeiteng1@h-partners.com> # message auto-generated for no-merge-commit merge:
!796
merge 20260312-refactor into master device子工程打包为tar.gz,构建产物汇总到主工程中 Created-by: zhengfeiteng Commit-by: Feiteng Zheng Merged-by: cann-robot Description: ## 描述 device子工程打包为tar.gz,构建产物汇总到主工程中 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue
#000
--> ## 测试 已验证修改前后二进制一致。 ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/runtime
!796
2 个月前
plog_device_mdc
Adapt to a new chip Co-authored-by: newstarzj<zhangjie230@huawei.com> # message auto-generated for no-merge-commit merge:
!961
merge master_mdc into master Adapt to a new chip Created-by: newstarzj Commit-by: newstarzj Merged-by: cann-robot Description: ## 描述 Adapt to a new chip ## 关联的Issue NA ## 测试 蓝区冒烟和二级冒烟 ## 文档更新 NA ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/runtime
!961
2 个月前
plog_host
【PR】: 支持回调方式将plog日志原始内容输出给用户使用 Co-authored-by: newstarzj<zhangjie230@huawei.com> # message auto-generated for no-merge-commit merge:
!2555
merge master_plog_callback into master 【PR】: 支持回调方式将plog日志原始内容输出给用户使用 Created-by: newstarzj Commit-by: newstarzj Merged-by: cann-robot Description: # Pull Request ## 描述 支持回调方式将plog日志原始内容输出给用户使用 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [x] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [ ] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue
https://gitcode.com/cann/runtime/issues/563
## 如何测试 UT ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:
feat:
,
fix:
) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/runtime
!2555
3 天前
CMakeLists.txt
清理cmake configure阶段多余打印 Co-authored-by: Feiteng Zheng<zhengfeiteng1@h-partners.com> # message auto-generated for no-merge-commit merge:
!1269
merge 20260327-refactor into master 清理cmake configure阶段多余打印 Created-by: zhengfeiteng Commit-by: Feiteng Zheng Merged-by: cann-robot Description: ## 描述 - 清理cmake configure阶段多余打印 - acp在oam-tools中编译打包,rts删除相关编译流程 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue
#000
--> ## 测试 已验证修改前后runtime包二进制一致。 ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [x] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/runtime
!1269
2 个月前
alog_to_slog.c
Initial commit
5 个月前
alog_to_slog.h
Initial commit
5 个月前
dlog_async_process.c
Initial commit
5 个月前
dlog_async_process.h
Initial commit
5 个月前
dlog_attr.c
Initial commit
5 个月前
dlog_attr.h
Initial commit
5 个月前
dlog_common.h
Initial commit
5 个月前
dlog_console.c
Initial commit
5 个月前
dlog_console.h
Initial commit
5 个月前
dlog_core.c
socket failed, fix console write bug Co-authored-by: newstarzj<zhangjie230@huawei.com>
3 个月前
dlog_core.h
Initial commit
5 个月前
dlog_core_iam.c
Initial commit
5 个月前
dlog_iam.c
Initial commit
5 个月前
dlog_iam.h
Initial commit
5 个月前
dlog_level_env.c
Initial commit
5 个月前
dlog_level_iam.c
Initial commit
5 个月前
dlog_level_mgr.c
Initial commit
5 个月前
dlog_level_mgr.h
Initial commit
5 个月前
dlog_level_shm.c
Initial commit
5 个月前
dlog_message.c
Initial commit
5 个月前
dlog_message.h
Initial commit
5 个月前
dlog_time.c
Initial commit
5 个月前
dlog_time.h
Initial commit
5 个月前
dlog_unified_timer_api.c
Initial commit
5 个月前
dlog_unified_timer_api.h
Initial commit
5 个月前
slog_api.cpp
Initial commit
5 个月前