Add Origami Libs for Major GEMMs#463
Merged
Merged
Conversation
AlexBrownAMD
approved these changes
Jul 2, 2025
yenong-amd
approved these changes
Jul 2, 2025
bethune-bryant
approved these changes
Jul 2, 2025
AlexBrownAMD
pushed a commit
to AlexBrownAMD/rocm-libraries
that referenced
this pull request
Jul 4, 2025
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>
assistant-librarian Bot
pushed a commit
to ROCm/hipBLASLt
that referenced
this pull request
Jul 9, 2025
Add Origami Libs for Major GEMMs (#463) 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: 6e7cadecf4 command line: ./hipblaslt-test --------- Co-authored-by: b-shi <brianshi@amd.com>
davidd-amd
pushed a commit
that referenced
this pull request
Jul 11, 2025
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>
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 (only affects gfx950):