You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Measured as a BEFORE/AFTER pair on dgx.casa (GB10 sm_121a, CUDA 13.0.88) while gating #516: two clean builds from the same base, back to back, ctest -j 1, same box and lock. The BEFORE arm carries no part of that change.
test_internlm2_paged_enginefails identically in both arms, so it is pre-existing and unowned. A search over open and closed issues returns nothing for it, and #248 -- which groups four unowned CUDA failures including three paged-engine ones -- does not list it.
#305 is a conv_state initial-state/final-state race across blocks. The failure
seen here was recorded in .agents/specs/pool-device-key.md §10 as :728 CHECK( bad == 0 ) -> 2609 == 0, a numeric check that may or may not be
that race. Someone who owns the GDN kernels should confirm or split it; this
issue exists so the tentative attribution is visible rather than assumed.
What is NOT established
Neither arm's LastTest.log survives: both 34 GB build trees were deleted to
keep a 98%-full filesystem under control, and the runs were plain ctest -j 1
without --output-on-failure. So the recorded evidence is the pass/fail, the
index and the duration -- not the assertion text. Re-running with --output-on-failure is the first step for whoever picks this up.
Reproduce
Clean CUDA build on sm_121a (-DVLLM_CPP_CUDA=ON -DVLLM_CPP_CUDA_ARCHITECTURES=121a -DVLLM_CPP_CUTLASS_DIR=$HOME/cutlass-4.5.0 -DVLLM_CPP_TRITON=ON), then:
Measured as a BEFORE/AFTER pair on dgx.casa (GB10 sm_121a, CUDA 13.0.88) while gating #516: two clean builds from the same base, back to back,
ctest -j 1, same box and lock. The BEFORE arm carries no part of that change.test_internlm2_paged_enginefails identically in both arms, so it is pre-existing and unowned. A search over open and closed issues returns nothing for it, and #248 -- which groups four unowned CUDA failures including three paged-engine ones -- does not list it.test_internlm2_paged_enginetest_ops_gdnWhy
test_ops_gdnis listed but not claimed#305 is a
conv_stateinitial-state/final-state race across blocks. The failureseen here was recorded in
.agents/specs/pool-device-key.md§10 as:728 CHECK( bad == 0 )->2609 == 0, a numeric check that may or may not bethat race. Someone who owns the GDN kernels should confirm or split it; this
issue exists so the tentative attribution is visible rather than assumed.
What is NOT established
Neither arm's
LastTest.logsurvives: both 34 GB build trees were deleted tokeep a 98%-full filesystem under control, and the runs were plain
ctest -j 1without
--output-on-failure. So the recorded evidence is the pass/fail, theindex and the duration -- not the assertion text. Re-running with
--output-on-failureis the first step for whoever picks this up.Reproduce
Clean CUDA build on
sm_121a(-DVLLM_CPP_CUDA=ON -DVLLM_CPP_CUDA_ARCHITECTURES=121a -DVLLM_CPP_CUTLASS_DIR=$HOME/cutlass-4.5.0 -DVLLM_CPP_TRITON=ON), then:Use
-j 1: GB10 unified memory stacks concurrent model gates into host RAM and-j 4has OOM-rebooted this box.Related
test_glm4_moe_lite_paged_engine,test_linear_method,test_serve_low_tools,test_gemma4_registry_e2e,test_minimax_h3test_capi(SIGSEGV),test_qwen3_apc_e2e,test_minicpm3_paged_engine,test_llama_paged_enginetest_minimax_h3is the one test that CHANGES across this pair (SEGFAULT -> Passed); it is fixed by the device-keyed scratch pool and is not part of this issue.Found while gating #516; not caused by it.