Benchmarking MTP Prefetching for MoE Experts

zyxciss · reddit · 2026-07-17

In a CPU/GPU offload scenario for qwen3.6 35b a3b, the author uses the model's native MTP head to predict the next token and prefetch the likely experts in the background, effectively hiding PCIe transfer latency during the current token's computation.

Initial instrumentation on llama.cpp reveals:

The author seeks feedback on the viability of this approach: whether similar implementations exist, if router-only forward overhead negates the gains, and if it breaks down at larger batch sizes. They prefer forking llama.cpp over rewriting an engine entirely.

Original post →

More from coding & agent

coding & agent channel →