Expand description
Latent down / sigmoid-noaux_tc router / SiTU experts / up CPU ref.
Structs§
Functions§
- expert_
situ - One SiTU-GLU expert:
down( situ(w1 x, w3 x) ). Weights are[out, in]. - latent_
moe_ forward - Routed latent path + optional shared expert (identity-scale for tests).
- mix_
routed_ experts - Mix selected SiTU-GLU experts into latent. Empty
w1means packed-only (no host dequant) — CUDA grouped GEMM must have run instead. - moe_
from - sigmoid_
topk - noaux_tc: sigmoid(logits) for mix weights;
scores + biasonly ranks.