Update CHANGELOG.md with versioned 2.16 and 2.17 sections - #5229
Open
causten wants to merge 1 commit into
Open
Conversation
Converts the flat Develop section into properly versioned release sections based on the rocm-7.14 and rocm-10.0 release tags, leaving only post-rocm-10.0 entries in Develop. Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Reorganizes CHANGELOG.md by splitting the previously flat Develop section into versioned release sections aligned with ROCm release tags, keeping only the newest unreleased entries under Develop.
Changes:
- Added versioned sections for MIGraphX 2.17 (ROCm 10.0.0) and MIGraphX 2.16 (ROCm 7.14.0).
- Moved changelog entries into their intended release sections and trimmed Develop accordingly.
- Adjusted individual bullet entries while rehoming content (notably PR reference lists).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+32
to
+34
| * Fuse expert Silu Heads (MoE) into batched GEMM via fuse_horizontal (#5087). | ||
| * Extended `find_concat_op` to treat `unsqueeze` as a fusable `concat` input so the concat can be folded through it (#5180). | ||
| * Added `find_layout_broadcast` to `simplify_reshapes`, rewriting `layout(broadcast(x))` to `broadcast(layout(x))` so only the unique data is materialized instead of one full copy per broadcast output (#5141). |
| * Added GPU JIT `Resize` kernel (#4553). | ||
| * Added environment variable `MIGRAPHX_SKIP_BENCHMARKING` which when enabled, skips tuning of MIGraphX and rocMLIR kernels (#4628). | ||
| * Added cross-compilation support for the GPU target, enabling compilation for a target architecture without a physical device present, with new API and `migraphx-driver` flag support, including a JSON object to specify device properties in the driver (#4795, #4981, #5065). | ||
| * Added cross-compilation support for the GPU target, enabling compilation for a target architecture without a physical device present, with new API and `migraphx-driver` flag support, including a JSON object to specify device properties in the driver (#4795, #4981). |
eddieliao
approved these changes
Sep 2, 2026
CharlieL7
approved these changes
Sep 3, 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.
Summary
## Developsection into properly versioned release sections based on therocm-7.14androcm-10.0release tags## MIGraphX 2.16 for ROCm 7.14.0with all entries from PRs in the rocm-7.14 release## MIGraphX 2.17 for ROCm 10.0.0with entries from PRs that landed between rocm-7.14 and rocm-10.0## DevelopTest plan
🤖 Generated with Claude Code