Ryan's Origami changes to enable heuristics that account for custom kernels#493
Merged
Merged
Conversation
aliry95amd
approved these changes
Jul 4, 2025
613a500 to
bb896d2
Compare
assistant-librarian Bot
pushed a commit
to ROCm/hipBLASLt
that referenced
this pull request
Jul 7, 2025
Ryan's Origami changes to enable heuristics that account for custom kernels (#493) This PR includes some changes Ryan made to the Origami model to account for the existence of certain types of custom kernels that are currently only available for certain kernel configurations. These changes improve selection efficiency when used with libraries containing the custom kernels. Some library updates were included in PR 463, and the remaining updates will be posted separately.
reboss
pushed a commit
to reboss/rocm-libraries
that referenced
this pull request
Jul 8, 2025
* Fix spgeam extra test that was failing
b-shi
pushed a commit
that referenced
this pull request
Jul 14, 2025
…ernels (#493) This PR includes some changes Ryan made to the Origami model to account for the existence of certain types of custom kernels that are currently only available for certain kernel configurations. These changes improve selection efficiency when used with libraries containing the custom kernels. Some library updates were included in PR 463, and the remaining updates will be posted separately.
ammallya
pushed a commit
that referenced
this pull request
Jul 14, 2025
* Fix spgeam extra test that was failing [ROCm/rocSPARSEcommit: 064c897]
ammallya
pushed a commit
that referenced
this pull request
Jul 14, 2025
* Fix spgeam extra test that was failing [ROCm/rocSPARSE commit: 064c897]
b-shi
added a commit
that referenced
this pull request
Jul 15, 2025
b-shi
added a commit
that referenced
this pull request
Jul 15, 2025
AlexBrownAMD
added a commit
that referenced
this pull request
Jul 15, 2025
SathiyarajRam
pushed a commit
that referenced
this pull request
Jul 15, 2025
ammallya
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Fix minor bugs in testing gemmi file * Clang formatting --------- Co-authored-by: jsandham <james.sandham@amd.com> [ROCm/hipSPARSE commit: 6931fd6]
ammallya
pushed a commit
that referenced
this pull request
Oct 27, 2025
* Added interleave combiner class, and new vector for each class. Moved some utilities around * Fixup * Refactor layout transforms
ammallya
pushed a commit
that referenced
this pull request
Oct 28, 2025
* Added interleave combiner class, and new vector for each class. Moved some utilities around * Fixup * Refactor layout transforms [ROCm/rocwmma commit: 719af99]
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.
This PR includes some changes Ryan made to the Origami model to account for the existence of certain types of custom kernels that are currently only available for certain kernel configurations. These changes improve selection efficiency when used with libraries containing the custom kernels. Some library updates were included in PR 463, and the remaining updates will be posted separately.