feat: implement T6.3 backend plugin registry governance - #77
Open
111a909 wants to merge 1 commit into
Open
Conversation
Codex AI 自动审查
审查摘要
本次变更新增后端治理 Registry 并接入 Triton 编译器/驱动。本地确定性 CI 检查的首个失败是 verify-expected-backend:前端构建和 10 个 smoke 已通过,但安装的 sophgo 后端发现结果为 {}。根因是新发现层将无 Manifest 的既有 entry point 标记为 Legacy 后只保留元数据,未加载并回填 Triton 公开后端表;自动 driver 路径又只选择 Manifest 记录。该产品回归稳定阻断后端集成,后续阶段未运行。 贡献者目标与实现情况
需要处理的问题1. [高风险] Legacy entry point 不再填充 Triton 后端注册表
可点击代码定位链接固定到本次测试提交,便于提交者修复和审核者核对代码功能;已验证行号的问题链接到具体行,仅能确认文件的问题链接到文件并标注行号待核对。 验证情况
剩余风险
变更文件查看变更文件
|
111a909
had a problem deploying
to
local-ci-fork-approval
August 19, 2026 11:25 — with
GitHub Actions
Error
111a909
force-pushed
the
clean/t6.3-production-v3.0
branch
from
August 19, 2026 11:30
86093dd to
b85a506
Compare
111a909
requested a deployment
to
local-ci-fork-approval
August 19, 2026 11:31 — with
GitHub Actions
Waiting
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
Implement T6.3 BackendPlugin Registry governance for the Triton v3.0 branch:
Validation status
controllable_scope=GO
Scope limitation
AC3/T10.2 is not implemented in this change. Existing compile tests are not presented as T10.2 conformance.