Remove examples in hipblaslt#345
Merged
Merged
Conversation
Remove deprecated examples
assistant-librarian Bot
pushed a commit
that referenced
this pull request
Jun 24, 2025
Fix MIArchVgpr=1 + LSU=2 + SK and fix grouped gemm solution selection (#345) Fix incorrect assembly code in the fixup step for stream-k when LSU=2 and MIArchVgpr=1 causing results to be reordered. This fixes issues with the test: *nightly_matmul_deepbench_f16_rf16_rf16_rf16_rf32_r_NN_576_128_12544_1_576_12544_0_576_576_1* Also fix an issue in grouped gemm solution selection that would cause a div by 0 fault. This fixes the test: *pre_checkin_matmul_groupedgemm_zero_n_f16_rf16_rf16_rf16_rf32_r_NT_127_127_127_1_127_127_0_127_127_1_GG7*
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.
Remove deprecated examples