Skip to content

Update CHANGELOG.md with versioned 2.16 and 2.17 sections - #5229

Open
causten wants to merge 1 commit into
developfrom
update-changelog-2.16-2.17
Open

Update CHANGELOG.md with versioned 2.16 and 2.17 sections#5229
causten wants to merge 1 commit into
developfrom
update-changelog-2.16-2.17

Conversation

@causten

@causten causten commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Splits the flat ## Develop section into properly versioned release sections based on the rocm-7.14 and rocm-10.0 release tags
  • Adds ## MIGraphX 2.16 for ROCm 7.14.0 with all entries from PRs in the rocm-7.14 release
  • Adds ## MIGraphX 2.17 for ROCm 10.0.0 with entries from PRs that landed between rocm-7.14 and rocm-10.0
  • Retains only post-rocm-10.0 entries in ## Develop

Test plan

  • Verify section headings match the rocm-7.14 and rocm-10.0 release tags
  • Verify Develop section contains only entries for PRs not in either release tag
  • Verify existing 2.15 and older sections are unchanged

🤖 Generated with Claude Code

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>
@causten
causten requested a review from a team as a code owner September 1, 2026 17:56
Copilot AI lite review requested due to automatic review settings September 1, 2026 17:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread CHANGELOG.md
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).
Comment thread CHANGELOG.md
* 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants