[mxfp8 moe training] cuda blocked layout kernel handling for skinnier scale tensors#3656
Merged
danielvegamyhre merged 1 commit intomainfrom Jan 20, 2026
Merged
Conversation
danielvegamyhre
added a commit
that referenced
this pull request
Jan 17, 2026
… scale tensors stack-info: PR: #3656, branch: danielvegamyhre/stack/117
3a50cd4 to
a065834
Compare
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3656
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 401405f with merge base a5f2693 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
danielvegamyhre
added a commit
that referenced
this pull request
Jan 17, 2026
… scale tensors stack-info: PR: #3656, branch: danielvegamyhre/stack/117
a065834 to
b6881a0
Compare
danielvegamyhre
added a commit
that referenced
this pull request
Jan 17, 2026
… scale tensors stack-info: PR: #3656, branch: danielvegamyhre/stack/117
b6881a0 to
871b5b1
Compare
This was referenced Jan 17, 2026
… scale tensors stack-info: PR: #3656, branch: danielvegamyhre/stack/117
871b5b1 to
401405f
Compare
jcaip
pushed a commit
that referenced
this pull request
Jan 22, 2026
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.

Stacked PRs:
Summary
Fixes #3636
Context
Bug report shows the user has a scales tensor with 44 columns, which this kernel does not handle well for 2 reasons:
"globalStrides array, which specifies tensor stride of each of the lower tensorRank - 1 dimensions in bytes, must be a multiple of 16 and less than 2^40.'"- sourceFix
Tests
pytest test/prototype/moe_training/test_kernels.py -v -s -k cuda_mx_block