Date: 2026-06-21
Scope: vllm/v1/worker/gpu_model_runner.py, _prepare_inputs() metadata copies for TP4
single-request decode. All runs below used the guarded PIECEWISE forced-comm identity plus
VLLM_XPU_DECODE_CUDAGRAPH_REPLAY_EAGER_EVERY_N_REQUESTS=8 unless noted.
EE8-A-noskip:
data/qwen36-ablation-EE8-A-noskip-summary-20260621053801.json91.18 tok/s, 10.98 ms/tok, JSON 16/16 PASS, color 16/16 PASS.EE8-B-skip:
query_start_loc, req_indices, query_pos, num_scheduled_tokens.92.62 tok/s, 10.80 ms/tok.query_start_loc.EE8-B2-skip-idxpos:
req_indices and query_pos.data/qwen36-ablation-EE8-B2-skip-idxpos-summary-20260621054919.json92.07 tok/s, 10.86 ms/tok, JSON 16/16 PASS, color 16/16 PASS.VLLM_XPU_PI_SKIP_STEADY_STATE=1.EE8-B3-skip-idxpos-numsched:
req_indices, query_pos, and num_scheduled_tokens; kept query_start_loc live.data/qwen36-ablation-EE8-B3-skip-idxpos-numsched-summary-20260621055326.json92.49 tok/s, 10.81 ms/tok, JSON 16/16 PASS, color 16/16 PASS.UR_RESULT_ERROR_DEVICE_LOST during JSON repeat 4:
data/qwen36-ablation-EE8-B3-skip-idxpos-numsched-final96-summary-20260621055659.json.2026-06-21 02:00:00
on 0000:23:00.0 (/dev/dri/card3).data/qwen36-ablation-EE8-B2-skip-idxpos-final96-summary-20260621060531.jsonUR_RESULT_ERROR_DEVICE_LOST during the first metrics request.Do not commit the copy-skip patch. The broad version is rejected, and the safer two-copy version also failed a known-good 96-repeat quality lane after the driver reset.
Post-reset follow-up:
eth1 no longer existed after reset.
Setting FI_TCP_IFACE=eno1 CCL_KVS_IFACE=eno1 fixed the all-reduce preflight.data/qwen36-ablation-EE8-postreset-A3-noskip-final96-summary-20260621154017.json96/96 PASS, color failed at repeat 22 with blue, green, red, yellow.data/qwen36-ablation-EE8-postreset-B2-skip-idxpos-final96-summary-20260621153649.json96/96 PASS, color failed at repeat 22 with the same blue, green, red, yellow.data/qwen36-ablation-tp4-baseline-verify-summary-20260621031153.jsonGPU_MEMORY_UTILIZATION=0.90, no eager-every-N, JSON 96/96 PASS, color 96/96 PASS.data/qwen36-ablation-tp4-baseline-verify-B2-skip-idxpos-final96-summary-20260621154414.json91.90 tok/s, 10.88 ms/tok, JSON failed at repeat 12 with
{"answer": "12", "unit": "widgets"}, color 96/96 PASS.num_computed_tokens update or slot-mapping reuse.FI_TCP_IFACE=eno1 CCL_KVS_IFACE=eno1 in future launches on this post-reset host state.num_computed_tokens UpdateTried replacing the steady-state num_computed_tokens[:num_reqs].copy_(cpu_tensor) with an
opt-in GPU add_(1) path guarded by VLLM_XPU_PI_GPU_NUM_COMPUTED=1.
tp4-numcomp-gpu-smoke16GPU_MEMORY_UTILIZATION=0.90, same known-good TP4 baseline
cache/flags, FI_TCP_IFACE=eno1 CCL_KVS_IFACE=eno1.data/qwen36-ablation-tp4-numcomp-gpu-smoke16-summary-20260621155417.json90.18 tok/s, 11.10 ms/tok, JSON failed at repeat 12 with
{"answer": "12", "unit": "widgets"}, color 16/16 PASS.