feat(edge): add auditable cross-platform validation for Issue #51 - #256
Merged
Conversation
lsl-arch
force-pushed
the
issue51-edge-evidence
branch
from
September 2, 2026 13:24
62ac87e to
0c7caa0
Compare
Contributor
|
修改后不仅是Linux,Jetson和Windows的是否也成功编译? |
Contributor
Author
|
感谢核查。当前 PR 已通过 Windows、Ubuntu x86_64、macOS 和 Ubuntu ARM64 的 CI 编译及测试矩阵。Ubuntu 22.04 x86_64 另完成了 ONNX Runtime C++ 单图 smoke(6 个检测框,端到端约 970.873 ms)。 GPU、Raspberry Pi 和 NVIDIA Jetson 检查因上游仓库的专用 self-hosted runner 条件被跳过,并非测试失败;本 PR 不将其表述为已完成的实机验证。Jetson 目录提供了原生构建脚本和环境检查,但实际 Jetson 编译、运行及性能数据仍需在对应设备和 JetPack 环境中复现。当前结论不外推至未实测硬件。 |
Contributor
|
没问题,我这边有Jetson硬件,今天晚些时候我会跑一下Jetson和Widows的编译和on-device性能数据。感谢! |
Collaborator
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
本 PR 面向 Issue #51,在现有跨平台边缘部署示例中补充一套可复核的 ONNX Runtime、NCNN 与 MNN 推理及一致性验证流程。实现重点是统一运行时语义、固定验收协议并保存可审计证据;模型权重、数据集和生成结果不随代码提交。
主要工作
验证结果
文档与复现入口
Refs #51