moe-routers

Tag

Cards List
#moe-routers

Mechanism-Driven Monitors for Preemptive Detection of LLM Training Instability

arXiv cs.CL · 2026-06-29 Cached

Proposes mechanism-driven monitors for preemptive detection of LLM training instability by deriving internal signals from low-precision flash attention and MoE routers, enabling detection thousands of steps before loss divergence.

0 favorites 0 likes
#moe-routers

@shreyansh_26: How do you make a matmul fast when M and N are tiny but K is enormous? (MoE routers, small-batch decode.) Decompose-K: …

X AI KOLs Timeline · 2026-06-22 Cached

A technique to accelerate matrix multiplication when M and N are small but K is large, as encountered in MoE routers and small-batch decoding, by decomposing K and running partial GEMMs in parallel. The approach beats PyTorch Inductor on most shapes using a custom Triton kernel.

0 favorites 0 likes
← Back to home

Submit Feedback