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

Function rms_abs_diff

ds4.c:10251–10258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10249 const ds4_expert_pair *pairs;
10250 const uint32_t *pair_ids;
10251 const uint32_t *expert_offset;
10252 const uint32_t *active_expert;
10253 uint32_t n_active;
10254 uint32_t n_tok;
10255 uint64_t in_dim;
10256 uint64_t out_dim;
10257 uint64_t row_bytes[DS4_MAX_EXPERT];
10258 uint64_t midq_blocks;
10259} matvec_iq2_xxs_batch_accum_rows_ctx;
10260
10261static void matvec_iq2_xxs_batch_accum_rows_worker(void *vctx, uint64_t row0, uint64_t row1) {

Calls

no outgoing calls

Tested by

no test coverage detected