[mxfp8 moe training] fallback cuda kernel for when input doesn't meet 2d TMA constraints#3708
Merged
danielvegamyhre merged 1 commit intomainfrom Jan 23, 2026
Merged
Conversation
danielvegamyhre
added a commit
that referenced
this pull request
Jan 23, 2026
… 2d TMA constraints stack-info: PR: #3708, branch: danielvegamyhre/stack/119
41f65d2 to
46532e0
Compare
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3708
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 7 PendingAs of commit 11d5e00 with merge base 28306f0 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
danielvegamyhre
added a commit
that referenced
this pull request
Jan 23, 2026
… 2d TMA constraints stack-info: PR: #3708, branch: danielvegamyhre/stack/119
46532e0 to
43cebb1
Compare
danielvegamyhre
added a commit
that referenced
this pull request
Jan 23, 2026
… 2d TMA constraints stack-info: PR: #3708, branch: danielvegamyhre/stack/119
43cebb1 to
7a25231
Compare
7a25231 to
6cad436
Compare
danielvegamyhre
added a commit
that referenced
this pull request
Jan 23, 2026
… 2d TMA constraints stack-info: PR: #3708, branch: danielvegamyhre/stack/119
slayton58
approved these changes
Jan 23, 2026
slayton58
left a comment
There was a problem hiding this comment.
Some merge/rebase cleanup to sort, then LGTM
| int chunks_per_tb, | ||
| cudaStream_t stream); | ||
|
|
||
| <<<<<<< Updated upstream |
… 2d TMA constraints stack-info: PR: #3708, branch: danielvegamyhre/stack/119
6cad436 to
11d5e00
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.
[mxfp8 moe training] fallback cuda kernel for when input doesn't meet 2d TMA constraints
Context
Tests
pytest test/prototype/moe_training/test_kernels.py -v -s -k cuda_mx_blockBenchmarks
E2E in Torchtitan on DSV3 16b I see an extra ~3% TPS speedup with single node dp2ep and the mxfp8_wgrad_with_hp + mxfp8 all2all/expert parallel enabled.