feat(pi05): complete the native C++ runtime interface#144
Open
LiangSu8899 wants to merge 61 commits into
Open
Conversation
This was referenced Jul 11, 2026
Member
Author
|
Shared FA2 ownership and packaging has been split into prerequisite PR #145. The model runtime continues to consume the same |
6 tasks
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.
Summary
frt_model_runtime_open_v1Dependency and merge order
This PR depends on #145 for the shared Python-free FA2 runtime. Merge #145 first, then rebase this branch before merging so the shared kernel change lands once through its owner review.
Design boundaries
model_kindorbackend_kindABI fieldsCompatibility
The generic image face is strict RGB8 while the legacy vision entry preserves explicit RGB/BGR/RGBA/BGRA/GRAY conversion. Logical
actionsare F32;actions_rawis the BF16 SWAP alias. Port, stage, binding, or restore changes alter the fingerprint, so incompatible capsules must be regenerated.Validation checklist
The official OpenPI E2E and Nsight kernel-sequence captures were accepted in the prior audit and were not recollected in this final documentation/contract pass.