refactor(attn): unify PyAttentionInputs host/device tensors with _host/_device suffixes#1128
Conversation
AI Code Review - PR #1128Status: LGTM Summary: P0/0 · P1/0 · P2/2 · P3/0 lgtm ready to ci Non-blocking SuggestionsP2
Checklist Violations (5 fail / 25 total)General Principles Checklist
Strengths
|
9183681 to
d42d685
Compare
AI Code Review - PR #1128Status: LGTM Summary: P0/0 · P1/0 · P2/2 · P3/0 lgtm ready to ci Non-blocking SuggestionsP2
Checklist Violations (3 fail / 79 total)General Principles Checklist
RTP-LLM Checklist
Strengths
|
ccfb4a3 to
a0c0d02
Compare
AI Code Review - PR #1128Status: LGTM Summary: P0/0 · P1/0 · P2/1 · P3/2 lgtm ready to ci Non-blocking SuggestionsP2
P3
Checklist Violations (1 fail / 72 total)Python Static-First Checklist
Strengths
|
|
internal source has been updated, please review the changes! |
a0c0d02 to
8cfd257
Compare
AI Code Review - PR #1128Status: LGTM Summary: P0/0 · P1/0 · P2/4 · P3/3 lgtm ready to ci Non-blocking SuggestionsP2
P3
Checklist ✅ (56 items passed)Strengths
|
|
internal source has been updated, please review the changes! |
8cfd257 to
36d5aa0
Compare
AI Code Review - PR #1128Status: BLOCKING Summary: P0/0 · P1/1 · P2/6 · P3/2 Blocking IssuesP1
Non-blocking SuggestionsP2
P3
Checklist ✅ (56 items passed)Strengths
|
36d5aa0 to
f635df7
Compare
AI Code Review - PR #1128Status: LGTM Summary: P0/0 · P1/0 · P2/4 · P3/4 lgtm ready to ci Non-blocking SuggestionsP2
P3
Checklist ✅ (56 items passed)Strengths
|
|
internal source has been updated, please review the changes! |
f635df7 to
db4fa3f
Compare
AI Code Review - PR #1128Status: LGTM Summary: P0/0 · P1/0 · P2/5 · P3/7 lgtm ready to ci Non-blocking SuggestionsP2
P3
Checklist ✅ (56 items passed)Strengths
|
|
internal source has been updated, please review the changes! |
db4fa3f to
ac9f79e
Compare
AI Code Review - PR #1128Status: LGTM Summary: P0/0 · P1/0 · P2/6 · P3/6 lgtm ready to ci Non-blocking SuggestionsP2
P3
Checklist ✅ (56 items passed)Strengths
|
|
internal source has been updated, please review the changes! |
ac9f79e to
2aa210b
Compare
|
internal source has been updated, please review the changes! |
|
internal source has been updated, please review the changes! |
1 similar comment
|
internal source has been updated, please review the changes! |
AI Code Review - PR #1128Status: LGTM Summary: P0/0 · P1/0 · P2/4 · P3/5 lgtm ready to ci Non-blocking SuggestionsP2
P3
Checklist ✅ (56 items passed)Strengths
|
|
internal source has been updated, please review the changes! |
1 similar comment
|
internal source has been updated, please review the changes! |
2aa210b to
a7c2347
Compare
|
internal source has been updated, please review the changes! |
…t/_device suffixes
a7c2347 to
b1f8d50
Compare
|
internal source has been updated, please review the changes! |
1 similar comment
|
internal source has been updated, please review the changes! |
refactor(attn): unify PyAttentionInputs naming — device tensors get a _device suffix, host stays bare/_host; Python names aligned 1:1 with C++ fields (no alias layer)