| 23618 | ok = ds4_gpu_hc_expand_tensor(metal_graph_after_attn_hc(g), metal_graph_attn_out(g), metal_graph_cur_hc(g), |
| 23619 | metal_graph_hc_post(g), metal_graph_hc_comb(g), DS4_N_EMBD, DS4_N_HC) != 0; |
| 23620 | } |
| 23621 | } |
| 23622 | DS4_METAL_PROFILE_DECODE_STAGE("attn_hc_post"); |
| 23623 | if (ok) { |
| 23624 | metal_graph_debug_dump_tensor("hc_attn_post", metal_graph_after_attn_hc(g), hc_dim, il, pos); |
| 23625 | } |
| 23626 | bool ffn_hc_producer_pre_norm_fused = false; |
no test coverage detected