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

Function next_utf8_char

ds4.c:22045–22049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22043 if (phase != METAL_DECODE_LAYER_FROM_ROUTER) {
22044 const bool fuse_hc_norm =
22045 DS4_N_HC == 4 &&
22046 !metal_graph_use_reference_hc_decode() &&
22047 !metal_graph_use_reference_hc_norm_decode();
22048 const bool stop_before_attn =
22049 phase == METAL_DECODE_LAYER_FROM_ATTN_PRE_TO_ATTN ||
22050 phase == METAL_DECODE_LAYER_FROM_QKV_TO_ATTN ||
22051 phase == METAL_DECODE_LAYER_FROM_KV_STORE_TO_ATTN;
22052 const bool resume_after_qkv =

Callers 2

joyai_consume_lettersFunction · 0.85
bpe_tokenize_textFunction · 0.85

Calls 1

utf8_len_from_first_byteFunction · 0.85

Tested by

no test coverage detected