MCPcopy Create free account
hub / github.com/antirez/ds4 / session_cpu_reset_cache

Function session_cpu_reset_cache

ds4.c:23620–23623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 3

ds4_session_load_payloadFunction · 0.85
ds4_session_syncFunction · 0.85

Calls 2

kv_cache_freeFunction · 0.85
kv_cache_initFunction · 0.85

Tested by

no test coverage detected