docs: draft fixpipe tpipe design#883
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Codex Review该评论由 review 机器人自动更新。
SummaryReview failed at stage Findings未生成结构化 findings,因为 review 过程提前失败。 Log Tail |
57383b6 to
85f7319
Compare
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 85f7319d98
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 推荐把 fixpipe 配置挂到 `initialize_pipe`: | ||
|
|
||
| ```mlir | ||
| pto.aic_initialize_pipe { |
There was a problem hiding this comment.
Mirror the fixpipe contract on the consumer init
In the current frontend pipe flow, each data op resolves its id against an initialize_pipe in the same function, so a Vector-side tpop_from_aic will only see the peer function's aiv_initialize_pipe, not this Cube-side init. If the fixpipe attrs are only shown/defined on pto.aic_initialize_pipe, verifier rules that check the consumer result type/layout and any consumer lowering have no local pipe-level contract unless a new cross-function propagation path is designed. Please require the peer aiv_initialize_pipe to carry the same attrs (and verify equality), or document the cross-function lookup explicitly.
Useful? React with 👍 / 👎.
85f7319 to
9a54ecb
Compare
|
/run a3 rope_kv_cache |
|
/run a5 rope_kv_cache |
|
已接收
页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。 |
A5 板测成功
|
9a54ecb to
11c96f4
Compare
|
已接收
页面会自动刷新,可以直接看当前阶段、排队情况和最近结果。 |
A3 板测成功
|
94b261c to
8946c63
Compare
8946c63 to
38fc985
Compare
Summary
tpipesupport of fixpipe-styleTPUSHtpushNotes
pto-isaTPUSH/TPOP/FixpipeParamssemantics with PTOAS frontend pipe IRTPUSH<Pipe, TileProd, TConfig>during EmitC