[NVBUG-6448152][test] Improve consensus efficiency in Python transceiver (DO NOT REVIEW YET)#16766
Conversation
|
/bot run --disable-fail-fast --stage-list "DGX_H100-PyTorch-1, DGX_H100-PyTorch-2, DGX_H100-PyTorch-3, DGX_H100-PyTorch-4, DGX_H100-PyTorch-5, DGX_H100-PyTorch-6" |
|
PR_Github #61137 [ run ] triggered by Bot. Commit: |
|
PR_Github #61137 [ run ] completed with state
|
|
/bot run --disable-fail-fast --stage-list "DGX_H100-PyTorch-1, DGX_H100-PyTorch-2, DGX_H100-PyTorch-3, DGX_H100-PyTorch-4, DGX_H100-PyTorch-5, DGX_H100-PyTorch-6" |
|
PR_Github #61190 [ run ] triggered by Bot. Commit: |
|
/bot run --disable-fail-fast --stage-list "DGX_H100-PyTorch-1, DGX_H100-PyTorch-2, DGX_H100-PyTorch-3, DGX_H100-PyTorch-4, DGX_H100-PyTorch-5, DGX_H100-PyTorch-6" |
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
…ness Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
9f71926 to
da52d66
Compare
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
|
/bot run --disable-fail-fast --stage-list "DGX_H100-PyTorch-1, DGX_H100-PyTorch-2, DGX_H100-PyTorch-3, DGX_H100-PyTorch-4, DGX_H100-PyTorch-5, DGX_H100-PyTorch-6" |
|
PR_Github #61363 [ run ] triggered by Bot. Commit: |
|
PR_Github/16766-9f71926 #61190 was force-killed by a newer pipeline run. |
|
PR_Github #61363 [ run ] completed with state
|
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
|
/bot run --disable-fail-fast --stage-list "DGX_H100-PyTorch-1, DGX_H100-PyTorch-2, DGX_H100-PyTorch-3, DGX_H100-PyTorch-4, DGX_H100-PyTorch-5, DGX_H100-PyTorch-6" |
|
PR_Github #61381 [ run ] triggered by Bot. Commit: |
|
PR_Github #61381 [ run ] completed with state
|
Purpose
TEST ONLY; DO NOT REVIEW.
Validate the production candidate for generation-first Python request-cohort activation before updating the official review branch.
The candidate keeps resource-free context requests in a pre-active lane, lets rank zero choose a capacity-bounded peer-ready cohort in queue priority order, serializes the exact activation IDs through the existing pipeline schedule, and requires followers to materialize that exact cohort or fail before mutation. Strict READY agreement remains the gate before scheduler visibility.
Focused CI acceptance
The first CI run is limited to the six H100 PyTorch unit-test shards containing the affected suites. It must collect and pass the focused tests covering:
Passing these unit tests proves the intended branches execute and preserve their local invariants. It does not establish distributed liveness or performance.
Follow-up validation
Only after focused CI passes, run the exact generation-first GB300 workload with matched flags-off control and combined treatment. A valid result requires every submitted request to succeed, identical activation on all four context pipeline ranks, READY and terminal agreement, clean shutdown, and an official throughput record.
No throughput claim is made by this test-only pull request.