Update 7.1 changelog#2333
Closed
bsyrowik wants to merge 1 commit into
Closed
Conversation
evedovelli
approved these changes
Oct 28, 2025
yugang-amd
approved these changes
Oct 28, 2025
Mahesh-Lak
pushed a commit
that referenced
this pull request
Oct 28, 2025
This PR adds "all the boring bits" of the fusilli plugin. It adds a basic engine plugin that hipDNN can load, which ensures that all of the required API definitions are present, and those APIs called as part of load function. The PR also tests for plugin loading, logging, and basic functionality.
91be2f6 to
f7fd96c
Compare
Contributor
Author
|
Closing PR as we're targeting 7.1.1 release branch. |
qiangpan2
pushed a commit
to qiangpan2/rocm-libraries
that referenced
this pull request
May 29, 2026
…on and Add Dynamic Grid Size Calculation for Stream-K GEMM Profiler) (ROCm#2333) * Stream-K Ckprofiler Update * new grid list based on sm number * clang * update for review * Update profile_gemm_universal_streamk.cpp --------- Co-authored-by: root <root@ctr-ubbsmc16.amd.com> [ROCm/composable_kernel commit: bfb33bc]
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.
Motivation
The noted change didn't land until after 7.1 FC.
Technical Details
Test Plan
Test Result
Submission Checklist