pub static MOE_VROWS_DISPATCHES: AtomicU64Expand description
Verify-rows batched MoE dispatches taken since process start (lane/glm5-vrest): incremented
once per (layer, verify-call) that runs the pairs-shaped routed-expert program
(moe_gate_up_preclamp8_q8_rows + moe_down8_fma_q8_rows) instead of the per-(token,expert)
sequential loop. Rides MEMRA_GLM5_VERIFY_BATCH’s arm — no flag of its own. Same rationale
as MOE_FUSED_EPI_DISPATCHES: the observation envs divert dispatch, so gates anchor on the
arm’s own invocation (LAW:wiring-assertions-match-prose).