Files
agentic-pd-hybrid/docs
Claude Code Agent 6be5f9b57e docs(d2p): SnapshotStore refactor design — dedicated GPU buffer
Captures the architectural fix for the P-side alloc-failed problem
that killed every D→P sync attempt in E4-v4/v5. Designs a dedicated
GPU snapshot_buf with a slab allocator, decoupling reception from
kv_pool, and defers kv_pool alloc to finalize_ingest time when the
snapshot bytes are already in hand. ~365 LOC across controller,
io_struct, agentic. Smoke + E4-v6 expected to show first non-zero
D→P OK rate.
2026-05-13 14:14:00 +08:00
..