Fix training, serving, and verification with measured B200 follow-through - #28
Open
cfregly wants to merge 68 commits into
Open
Fix training, serving, and verification with measured B200 follow-through#28cfregly wants to merge 68 commits into
cfregly wants to merge 68 commits into
Conversation
cfregly
marked this pull request as ready for review
September 8, 2026 18:45
cfregly
marked this pull request as draft
September 8, 2026 19:40
cfregly
marked this pull request as ready for review
September 9, 2026 18:33
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.
This follow-through repairs incorrect or incomplete training, serving, numerical verification, and profiler behavior, then retains measured B200 and two-B200 outcomes without requiring every pair to exceed a fixed speedup.
Validation: supported direct training mains, public benchmark paths, independent numerical checks, and targeted memory/profiler runs executed on one or two B200s. The public DDP opt-in passes exact full-input/output checks at
8a698d73f22cc80c50b1e72e57eb230509f3f760; its short three-update timing remains a 0.929x no-win. The separate full-epoch DDP loop screen measured 1.0236x, and other results retain their workload-specific limits. All 61 generated README entries match; focused regression checks pass. Final hosted CI is being run against this completed implementation.Limitations: these are portable development runs on the reported virtualized host. Generic FSDP wrappers remain intentionally unsupported despite all eight direct mains executing. Projected-K initcheck reports remain unresolved: the bounded diagnostic completes, but ordinary Linear and empty-output controls still report reads. No production prefill or suppression was added. No claim is made that every example is faster or that every memory check passes.
Detailed source identities, retained evidence hashes, successful checks, failures, and measured tradeoffs are in the follow-through report.