[CI] Stabilize MORI overlap and mGPU tests#150
Draft
leo-automation wants to merge 1 commit into
Draft
Conversation
leo-automation
force-pushed
the
leo/tests-fix
branch
from
July 23, 2026 11:22
e3944b4 to
89598ce
Compare
leo-automation
marked this pull request as draft
July 23, 2026 17:05
leo-automation
force-pushed
the
leo/tests-fix
branch
from
July 24, 2026 09:10
89598ce to
00c29b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
torchrunfile, group all four data variants under each TP topology lifetime, and make numerical failure collective so one rank cannot strand the others.Root cause
There were two independent failures:
rocm_devstill reproduced a MORIShmemStates::CheckStatusValid()abort. MORI shared memory/operator state is process-scoped. The chunk-schedule file first ran 38 topology-changing non-MORI cases and then repeatedly tore down/recreated MORI state across 16 cases. On e04 this corrupted later MORI cases. A fresh process alone was insufficient; keeping one operator alive and running the four data variants under each TP topology lifetime was stable.The experimental core barriers/synchronization attempted during diagnosis are not included because they did not fix the corruption.
Validation
Final exact commit
00c29b338passed on both allowed 8-GPU nodes:quanta-ccs-aus-e04-01: exit 0, 21m10sdell300x-ccs-aus-e11-21: exit 0, 18m59spy_compile,bash -n run_unit_tests.sh, andgit diff --checkpassedEarlier full-CI evidence while narrowing the fix:
Both produced all 177 JUnit reports: 4,207 tests, 789 skipped, 0 failures, 0 errors. The PR's new full CI runs after the final targeted two-node validation above.