| 23306 | * per-head norm/rope, the attention core and its owned output groups. |
| 23307 | * q and heads hold the owned half compactly at the buffer base; the |
| 23308 | * head range lines up with the output-group split (32 heads = 4 of the |
| 23309 | * 8 groups). */ |
| 23310 | uint64_t tp_q_row_bytes = 0; |
| 23311 | if (ok) ok = metal_graph_dense_quant_row_bytes(layer->attn_q_b, |
| 23312 | q_rank, |
| 23313 | &tp_q_row_bytes); |
no outgoing calls
no test coverage detected