引入 ops-evo 算子进化优化 Agent 及配套 Skill 框架 - #215
Open
wangdengkai wants to merge 4 commits into
Open
Conversation
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.
变更说明
从 Z-Search 项目迁移 ops-evo 和 ops-partial 两个进化优化 Agent 及其配套基础设施到当前项目,,使当前项目具备对 ops-nn/cv/math/transformer 仓及 omni-ops仓中算子的定向进化优化能力。
主要工作:
re-specs-query、operator-coding-red-line
变更类型
影响范围
性能数据(涉及算子生成/优化时必填)
▎ 本次为框架迁移,未涉及具体算子优化,无需性能数据。
Benchmark 评测(与 BASELINE.md 对比)
┌──────────────┬──────────┬──────────┐
│ 指标 │ BASELINE │ 本次评测 │
├──────────────┼──────────┼──────────┤
│ 编译通过数 │ - │ - │
├──────────────┼──────────┼──────────┤
│ 精度通过数 │ - │ - │
├──────────────┼──────────┼──────────┤
│ 平均 Speedup │ - │ - │
└──────────────┴──────────┴──────────┘
测试环境
冒烟测试(涉及算子生成/框架改动时必填)
验证清单
▎ 注:本次为框架迁移 PR,不涉及具体算子生成/优化,上述性能相关 checklist 不适用。
退化说明(如有通过率下跌)
无。本次迁移仅新增 Agent / Skill / Hooks 基础设施,未修改现有算子生成或评测逻辑,对现有通路无影响。