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

Function model_map_span_vec_append

ds4.c:4133–4141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4131#endif
4132}
4133
4134static void ds4_vec_dot_iq2_xxs_pair_q8_K(
4135 int n,
4136 float *s0,
4137 float *s1,
4138 const block_iq2_xxs *x0,
4139 const block_iq2_xxs *x1,
4140 const block_q8_K *y) {
4141#if defined(__ARM_NEON) && defined(__ARM_FEATURE_DOTPROD)
4142 const int nb = n / QK_K;
4143 float total0 = 0.0f;
4144 float total1 = 0.0f;

Callers 1

Calls 1

xreallocFunction · 0.70

Tested by

no test coverage detected