[hipblaslt] Add Origami Libs for Major GEMMs#598
Merged
davidd-amd merged 1 commit intoJul 13, 2025
Merged
Conversation
This PR (only affects gfx950): - removes all major GEMMs from the GridBased folder - adds major GEMMs for Origami libraries in gfx950 - adds fallback kernels for all GEMMs - adds the latest custom kernels for BBS_TN/HHS_TN - some modifications to file names, kernel names, bias datatypes ``` [----------] Global test environment tear-down [==========] 19961 tests from 12 test suites ran. (664140 ms total) [ PASSED ] 19961 tests. hipBLASLt version: 100100 hipBLASLt git version: 6e7cade command line: ./hipblaslt-test --------- Co-authored-by: b-shi <brianshi@amd.com>
AlexBrownAMD
approved these changes
Jul 11, 2025
4ef8214
into
release-staging/rocm-rel-7.0
7 of 9 checks passed
b-shi
added a commit
that referenced
this pull request
Jul 15, 2025
- removes all major GEMMs from the GridBased folder - adds major GEMMs for Origami libraries in gfx950 - adds fallback kernels for all GEMMs - adds the latest custom kernels for BBS_TN/HHS_TN - some modifications to file names, kernel names, bias datatypes --------- Co-authored-by: aliry95amd <ayazdani@amd.com> Co-authored-by: b-shi <brianshi@amd.com>
AlexBrownAMD
pushed a commit
that referenced
this pull request
Jul 15, 2025
- removes all major GEMMs from the GridBased folder - adds major GEMMs for Origami libraries in gfx950 - adds fallback kernels for all GEMMs - adds the latest custom kernels for BBS_TN/HHS_TN - some modifications to file names, kernel names, bias datatypes --------- Co-authored-by: aliry95amd <ayazdani@amd.com> Co-authored-by: b-shi <brianshi@amd.com>
SathiyarajRam
pushed a commit
that referenced
this pull request
Jul 15, 2025
- removes all major GEMMs from the GridBased folder - adds major GEMMs for Origami libraries in gfx950 - adds fallback kernels for all GEMMs - adds the latest custom kernels for BBS_TN/HHS_TN - some modifications to file names, kernel names, bias datatypes --------- Co-authored-by: aliry95amd <ayazdani@amd.com> Co-authored-by: b-shi <brianshi@amd.com>
ammallya
pushed a commit
that referenced
this pull request
Jul 22, 2025
[ROCm/hipSPARSE commit: a99823f]
ammallya
pushed a commit
that referenced
this pull request
Oct 27, 2025
Ensure transform functions in samples are only available on the device
ammallya
pushed a commit
that referenced
this pull request
Oct 28, 2025
Ensure transform functions in samples are only available on the device [ROCm/rocwmma commit: 414dcf0]
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.
Replaces #502 to enable azure tests.
This PR (only affects gfx950):