Skip to content

meta agent演化 发现影响时间开销的问题 - #193

Open
geyu00 wants to merge 1 commit into
Just-it:br_430from
geyu00:br_430
Open

meta agent演化 发现影响时间开销的问题#193
geyu00 wants to merge 1 commit into
Just-it:br_430from
geyu00:br_430

Conversation

@geyu00

@geyu00 geyu00 commented May 11, 2026

Copy link
Copy Markdown
Contributor

本次更新补充了 AscendC / TileLang skills 中的稳定性指导,用于减少 agent 在已知问题上反复调试的时间。

主要改动:(皆在多个任务中出现,并明显影响agent性能,如算子花费大约30分钟/超过5次retry来修复kernel入口注册问题)

为 model_new_tilelang.py 增加导入规范,要求设置 sys.path 并创建 design/ 相关 init.py,避免本地检查和远端运行时 import 失败。
在 TileLang guide 中补充 T.min/T.max 不适合 scalar comparison 的说明。
在 TileLang guide 中补充 T.alloc_* shape 必须是编译期常量的限制。
在 AscendC 转译文档中明确每个 .cpp 只能有一个 kernel 入口,避免 kernel 注册冲突。
在 AscendC 验证文档中补充 RegisterAscendBinary 相关失败的排查方向。

Document TileLang import, scalar comparison, and allocation constraints, plus AscendC kernel entry and registration failure guidance. These notes make the generation flow more stable and help agents avoid spending time repeatedly debugging known issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant