Reproducible serving study
vLLM compatibility, long-context validation, and 8K top-k sweep evidence from a correctness-first AMD GPU baseline.
A compact view of the gates that were actually validated in the AMD ROCm DSW run.
/v1/models successfully.| Gate | Result | Notes |
|---|---|---|
| 2K needle retrieval | PASS, 53.376s | Secret token was recovered from the long prompt. |
| 8K needle retrieval | PASS, 151.976s | The 8K semantic gate remained stable. |
| 32K needle retrieval | PASS at index_topk=4096, 497.470s | This was the verified 32K begin-position correctness point. |
| 8K top-k sweep | 2048 best for this probe | Lower TTFT than the 4096 baseline, but not the 32K correctness setting. |
The figures below mirror the evidence set used in the writeup and publication draft.