[GG] build: restore CUTLASS DSL 4.6.0 after B12X migration - #137
Merged
voipmonitor merged 1 commit intoJul 20, 2026
Conversation
This reverts commit 31c81bc.
voipmonitor
merged commit Jul 20, 2026
84920d4
into
local-inference-lab:dev/gilded-gnosis
3 of 4 checks passed
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates the CUDA requirements pin for ChangesCUDA dependency update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
nvidia-cutlass-dsl[cu13]==4.6.0ondev/gilded-gnosis.Why
#128 was correct for the pre-migration B12X W4A16 kernel: CUTLASS DSL 4.6.0 produced a 255-register kernel with a 256-byte per-thread stack and reduced TP8 A16 64k prefill throughput to about 5,052 tok/s.
Current B12X master contains the explicit CUTLASS DSL 4.6 migration (
6627d34). The tested B12X release commitbd494bccontains current master957b9fd; its additional commits do not touch W4A16 or CUTLASS dependencies.Validation
Exact stack:
30680faf5cc1fa3122b08749f8a35eab19f63576bd494bce8eb7505d0955e8139ecc200093017d9f4.6.064k standalone prefill after warmup:
The previous 4.5.3 median was 5,909 tok/s, so the difference is measurement noise. The old regressed 4.6.0 result was 5,052 tok/s.
All 40 compiled
W4A16FusedMoeKernelobjects reportedSTACK:0 LOCAL:0. Register counts were 124, 128, 184, 220, or 247; the oldREG:255 STACK:256artifact was not reproduced.Checks
git diff --checkcuobjdump --dump-resource-usageinspection of all generated W4A16 objectsSummary by CodeRabbit