[fix] Now non-swizzled stride can be less than lda*A_col#951
Closed
mengzcai wants to merge 1 commit into
Closed
Conversation
mengzcai
commented
Jul 30, 2025
| K: [128, 129] | ||
| lda: [129, 2440] | ||
| batch_count: [1, 5] | ||
| stride_a: 0 |
Contributor
Author
There was a problem hiding this comment.
TODO:
- support stride_a is 0 when swizzle
- support arbitrary stride_a for both hipblaslt-bench and hipblaslt-test when swizzled
solaslin
reviewed
Jul 30, 2025
2 tasks
minsukim-amd
pushed a commit
that referenced
this pull request
Jul 31, 2025
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.13.0 to 1.14.1. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ROCm/hipBLAS commit: 1126d87]
solaslin
pushed a commit
that referenced
this pull request
Aug 5, 2025
previous PR: #951 �[0;32m[----------] �[mGlobal test environment tear-down �[0;32m[==========] �[m55160 tests from 11 test suites ran. (2725759 ms total) �[0;32m[ PASSED ] �[m55160 tests. hipBLASLt version: 100100 hipBLASLt git version: fa94dd4 command line: ./rocm-libraries/projects/hipblaslt/build/release/clients/staging/hipblaslt-test --gtest_output=xml --gtest_color=yes --gtest_repeat=1 Co-authored-by: mengzcai <mengzcai@amd.com>
assistant-librarian Bot
pushed a commit
to ROCm/hipBLASLt
that referenced
this pull request
Aug 5, 2025
[fix] Now non-swizzled stride can be less than lda*A_col MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit previous PR: ROCm/rocm-libraries#951 �[0;32m[----------] �[mGlobal test environment tear-down �[0;32m[==========] �[m55160 tests from 11 test suites ran. (2725759 ms total) �[0;32m[ PASSED ] �[m55160 tests. hipBLASLt version: 100100 hipBLASLt git version: ROCm/rocm-libraries@fa94dd4 command line: ./rocm-libraries/projects/hipblaslt/build/release/clients/staging/hipblaslt-test --gtest_output=xml --gtest_color=yes --gtest_repeat=1 Co-authored-by: mengzcai <mengzcai@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.
Recreated the PR here:
#979