[hipblaslt] DTL optimizations#2487
Merged
Merged
Conversation
7070d52 to
3eed0fd
Compare
de7eea0 to
5350a1f
Compare
perfci run on commit c3eb0ff |
nakajee
reviewed
Nov 6, 2025
71324a8 to
1d7ef14
Compare
kliegeois
pushed a commit
to kliegeois/rocm-libraries
that referenced
this pull request
Nov 6, 2025
Adds support for async execution and explicit device/stream selection and updates fusilli plugin to use new API: - Handle creation supports device id and external HIP stream parameters. - Graph execution is async on AMDGPU backend. - Fusilli plugin now uses stream if set by user.
55bb2b4 to
1904e22
Compare
perfci run on commit ab9d0c48f2e00e4709a9f698d1443c5113311e73 |
nakajee
reviewed
Nov 7, 2025
df7a000 to
c6b883c
Compare
perfci run on commit c6b883cb34f0e4ae0bce40a54f6afd2c997bacdc |
4cb2bc9 to
7db3030
Compare
msujon-AMD
approved these changes
Nov 7, 2025
Contributor
|
All 950 tests passed. |
perfci run on commit 7db3030 |
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.
Motivation
Addresses several DTL limitations:
Technical Details
Add support for generalized NLC=1 (GNLC)
TLU=1and non-power of 2 MT,numLoadsCoalesced > 1so the columns/rows in the non-summation dimension is fetched across multiple loads. This PR generalized NLC=1 by allowing num threads coalesced to be arbitrary.Add support for
m0padding when using LDSTr+DTLLdsBlockSizePerPadcalcs for LDSTr to support padding.Add support for permuting perpDim.
buffer_loadsso thatm0padding can better mitigate bank conflicts.B(block size where permutes are done),S(stride),I(index)Test Plan
Test Result
Submission Checklist