Updated changelog for Jan 2026 release#119
Merged
demandal25 merged 2 commits intoROCm:amd-integrationfrom Jan 21, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the changelog to document the v0.2.5+rocm.2 release, which brings comprehensive ROCm/HIP support for FlashInfer including prefill kernels, decode operations, performance optimizations, and extensive infrastructure improvements.
Changes:
- Added detailed changelog entries for v0.2.5+rocm.2 covering added features, changes, fixes, maintenance, and removed components
- Organized changelog into clear sections: Added, Changed, Fixed, Maintenance, Removed, and Deprecated
- Included contributor attribution and release summary
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
demandal25
approved these changes
Jan 21, 2026
demandal25
approved these changes
Jan 21, 2026
diptorupd
added a commit
to diptorupd/flashinfer
that referenced
this pull request
Jan 26, 2026
* Update rocm+torch versions in Dev Dockerfile (ROCm#118) Update the ROCm and pytorch version to the supported versions in Jan release in `.devcontainer/rocm/Dockerfile` * Updated changelog for Jan 2026 release (ROCm#119) Updated changelog for v0.2.5+amd.2 release * Update/readme (ROCm#120) Adds latest docker image names to README. Updates the wheel file name from `flashinfer` to `amd_flashinfer` in the `build from source` section's instructions. * Minor changes and linting fixes to README (ROCm#121) Some minor changes to README and some linting fixes. * fix: use closest ancestor tag in git_describe_rocm.py (ROCm#125) The previous implementation would pick the first tag in version-sorted order that was an ancestor of HEAD. This caused issues when multiple rc tags existed as ancestors - it would pick rc2 over the final release tag because version-sort considers 'rc2' > '' (empty string). Now the script finds the closest ancestor tag by commit distance, which correctly selects the most recent tag reachable from HEAD. * Initial files for code coverage automation * Remove include list from pyproject.toml * Improvements --------- Co-authored-by: Debasis Mandal <Debasis.Mandal@amd.com>
diptorupd
added a commit
to diptorupd/flashinfer
that referenced
this pull request
Jan 28, 2026
Updated changelog for v0.2.5+amd.2 release
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.
Updated changelog for v0.2.5+amd.2 release