New WR 149.6s (-0.7s): MuonCustomSizing, perform mlp and attn reduce scatter in shared call#132
Merged
ClassicLarry merged 17 commits intoKellerJordan:masterfrom Oct 15, 2025
Merged
Conversation
Merge PR 118
…aining, improve skip connection gating, and enhance bfloat16 usage
Collaborator
Author
|
Adding comment on future promising areas for those looking to test:
|
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 PR builds on all recent WR improvements including PR #131. Updates:
Reshaping attn on forward pass:
I also tested a single param group of all 32 MLP and attn params, where the GPU that received 2 attn and 2 mlp params would then perform 2 iterations of NS. That version was roughly 0.4s slower.
Skipping ML validation since ML is identical.
(looks like this time I was allocated slightly faster GPUs compared to prior PR)
Rerunning prior record: 150.3843 [150.393,150.347,150.413]
New runtime: 149.6905 [149.686,149.678,149.775,149.623]