Apply black 26.3.1 formatting to glu_hadamard_quant and glu python files - #669
Merged
Anerudhan merged 1 commit intoAug 19, 2026
Merged
Conversation
black 26.3.1 (the version now used by format CI) reformats 6 files under python/cudnn/gemm/cutedsl/grouped/. Formatting-only change, no functional difference (black verifies AST equivalence). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (6)
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. 📝 WalkthroughWalkthroughChangesGLU Hadamard quantization
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change only reformats existing Python code to match the repository’s Black version and does not alter behavior or compatibility. No actionable merge-blocking risk remains beyond normal checks and review. Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
vedaanta
approved these changes
Aug 19, 2026
3 tasks
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.
Before submitting
pre-commit runand committed any formatting changes.cat-*, one or moremod-*, and oneorig-*(see label list).Affected area
FE OSS kernels or CuTeDSL
Summary
Formatting-only change: run
black --line-length 160(black 26.3.1, the version the format CI now uses) over the Python tree. Six files underpython/cudnn/gemm/cutedsl/grouped/(glu_hadamard_quant/*andglu/_blockscaled_api.py) get reformatted; no code changes.Why
The style-check CI job (
analysis:clang-format, which also runsblack --check) fails on currentdevelopbecause these files were merged before the CI's black version was bumped to 26.3.1, which formats them differently. Every open PR/MR now inherits this failure. Applying the new formatter output unblocks the check.Related issues
None.
API and compatibility impact
None — formatting only; black verifies AST equivalence.
Testing
(black 26.3.1, matching CI.)
🤖 Generated with Claude Code
Summary by CodeRabbit