Skip to content

Changelog fixes - #5200

Merged
causten merged 4 commits into
developfrom
fix_changelog_dyn_slice_pr
Aug 28, 2026
Merged

Changelog fixes#5200
causten merged 4 commits into
developfrom
fix_changelog_dyn_slice_pr

Conversation

@CharlieL7

Copy link
Copy Markdown
Collaborator

Motivation

  • Changelog had errors and I put wrong PR number for dyn_slice PR.

Technical Details

Changelog Category

Add a CHANGELOG.md entry for any option other than Not Applicable

    • Added: New functionality.
    • Changed: Changes to existing functionality.
    • Removed: Functionality or support that has been removed. (Compared to a previous release)
    • Optimized: Component performance that has been optimized or improved.
    • Resolved Issues: Known issues from a previous version that have been resolved.
    • Not Applicable: This PR is not to be included in the changelog.

Follow the LLVM AI Tool Use Policy for contributions using AI.

@CharlieL7
CharlieL7 requested review from TedThemistokleous and causten and a lite review from Copilot August 27, 2026 18:01
@CharlieL7
CharlieL7 requested a review from a team as a code owner August 27, 2026 18:01
@CharlieL7 CharlieL7 added skip bot checks Skips the Performance and Accuracy CI tests simple small or simple changes labels Aug 27, 2026

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

Fixes and standardizes the Develop section of CHANGELOG.md by correcting/adding PR references (including the dyn_slice PR number) and cleaning up inconsistent changelog entry formatting.

Changes:

  • Corrected/added missing PR numbers for multiple changelog bullets (including dyn_slice).
  • Standardized bullet formatting (punctuation and consistent entry structure).
  • Added a few missing Develop changelog entries to align the release notes with implemented work.
Suppressed comments (3)

CHANGELOG.md:115

  • The activation name is typically written “SiLU” (capitalization) in technical docs; consider adjusting this entry to avoid looking like a typo.
* Fuse expert Silu Heads (MoE) into batched GEMM via fuse_horizontal (#5087).

CHANGELOG.md:63

  • Capitalize product names consistently (“Netron”, “Python”) to match other entries in this changelog.
* Updated netron output to create an ONNX-like protobuf. Now also includes debug symbols if enabled (#4701).
* Updated python API to allow getting and adding debug symbols from instructions (#4803).

CHANGELOG.md:112

  • These bullets are in past tense everywhere else in this section; “Add matcher” reads like an imperative and should be “Added matcher”.
* Add matcher to simplify_algebra to find and replace pow(x, 2) with mul(x, x) (#4681).
* Add matcher to `fuse_attention` that removes Q/DQ pairs from attention blocks (#4900).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md
* Added find_concat_same_input matcher to convert concat(N*x) into multibroadcast(x) to reduce hipCopy() (#4981)
* Added debug symbols for MIGraphX instructions such that parsed and compiled instructions can be tracked back to their ONNX origin node (#4626).
* Added environment variable `MIGRAPHX_GPU_DUMP_BENCHMARK_MXR` to dump mxr files for benchmarking (#4766).
* Added FusedMatMul microsoft contrib operator (#4806).

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.

@CharlieL7 This line is from my change. Do you think it would be better to capitalize Microsoft. If so, I can commit this suggestion.
Thanks for doing this effort.

@causten
causten merged commit 7893c16 into develop Aug 28, 2026
36 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

simple small or simple changes skip bot checks Skips the Performance and Accuracy CI tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants