Ideal Parallel DSpark under Stale Hidden States
Today is the first day of the rest of your life. — commonly attributed to Charles Dederich
TL;DR - Ideal parallel throughput reaches only ~0.76x the sync baseline. Multiple factors are at play here: staleness cuts accept length by ~40%, while draft/verify stage imbalance significantly exceeds the profitable window allowed by this drop. Addressing either factor alone can change the outcome.
Context
SGLang has an ongoing roadmap for parallel speculative decoding (decoupled drafter/verifier), currently POC’d with standalone drafters 1. To see whether SOTA algorithms like DSpark can survive the parallel design, we ask: can parallel throughput beat the sync baseline? In a parallel design the drafter runs ahead of the verifier, so it can only inject stale target hidden states (from steps behind) into the draft KV. I simulate staleness by injecting lagged hiddens into draft KV slots 2, measured with a minimal harness 3.
Result
Define (stale/fresh accept-length ratio) and (verify/draft forward-time ratio). Under zero-comm assumptions, parallel DSpark only pays off when
This requires : if staleness reduces accept length by more than 50%, no degree of stage balancing can render the parallel design viable.
Concretely: and . lands outside the profitable window ; throughput is ~0.76× sync.
Limitations
This rests on idealized costs (e.g., zero comm, perfect overlap), an idealized pre-speculation hit path (no miss), and one restricted config (single model pair, bs=1, temp=0). Full report in 4.
What’s next
#verifiers:#drafters = 1:Nto balance .- Self-conditioning training for the drafter.
Day zero; new field, great start.