release: 0.32.0 — GroupNorm StableHLO converter#753
Closed
michalharakal wants to merge 1 commit into
Closed
Conversation
Bump VERSION_NAME 0.31.2 -> 0.32.0; CHANGELOG [0.32.0] section and README "What's New" for the release. Headline: GroupNorm now lowers to real StableHLO (PR #752) — previously a groupNorm node fell through to the "operation not supported" path. Also bundles the SKEEP proposals docs module (#750), the quantization-process explanation (#747), and dependency bumps (#748, #749, #744, #745, #743). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Release 0.32.0
Cuts 0.32.0 from
develop.VERSION_NAME0.31.2 → 0.32.0 (gradle.properties)CHANGELOG.md— new[0.32.0]sectionREADME.md— "What's New in 0.32.0"; BOM snippet bumped to 0.32.0; 0.31.0 demoted to "Recent releases"Headline
groupNormnow lowers to realstablehlo.*ops (reshape into(N, G, M)groups → per-group mean/variance → normalize → reshape back → optional per-channel affine), mirroring the LayerNorm/RMSNorm decomposition. Previously agroupNormnode fell through to the "operation not supported" path. Closes the groupNorm part of StableHLO converter: missing ops RoPE, groupNorm, upsample/interpolate (gaps remaining after #666) #751.Also in this release
🤖 Generated with Claude Code