| 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 | |
| 10261 | static void matvec_iq2_xxs_batch_accum_rows_worker(void *vctx, uint64_t row0, uint64_t row1) { |
no outgoing calls
no test coverage detected