[CK] add inter/intrawave scheduling concept doc#3660
Closed
spolifroni-amd wants to merge 3 commits intoROCm:developfrom
Closed
[CK] add inter/intrawave scheduling concept doc#3660spolifroni-amd wants to merge 3 commits intoROCm:developfrom
spolifroni-amd wants to merge 3 commits intoROCm:developfrom
Conversation
lpaoletti
reviewed
Jan 28, 2026
Contributor
lpaoletti
left a comment
There was a problem hiding this comment.
A few subjective comments.
Can't make our products possessive.
| Intrawave and interwave scheduling with CK Tile | ||
| ************************************************************ | ||
|
|
||
| Two different scheduling pipelines are available to use with CK Tile's GEMM implementation. |
Contributor
There was a problem hiding this comment.
Suggested change
| Two different scheduling pipelines are available to use with CK Tile's GEMM implementation. | |
| Two scheduling pipelines are available to use with the CK Tile GEMM implementation. |
Contributor
Author
There was a problem hiding this comment.
I like mine better
|
|
||
| Two different scheduling pipelines are available to use with CK Tile's GEMM implementation. | ||
|
|
||
| The interwave and intrawave scheduling pipelines coordinate waves in K dimension accumulation loops. Whether to use the interwave or intrawave pipeline depends on whether the workload is memory-bound or compute-bound. |
Contributor
There was a problem hiding this comment.
no hyphen in "k dimension", right? right?
|
|
||
| The interwave and intrawave scheduling pipelines coordinate waves in K dimension accumulation loops. Whether to use the interwave or intrawave pipeline depends on whether the workload is memory-bound or compute-bound. | ||
|
|
||
| In interwave scheduling, the K dimension is separated into chunks. The same chunk is loaded into each wave. When the chunk has been loaded into all the waves, the same operation is run on the chunk. |
Contributor
There was a problem hiding this comment.
Suggested change
| In interwave scheduling, the K dimension is separated into chunks. The same chunk is loaded into each wave. When the chunk has been loaded into all the waves, the same operation is run on the chunk. | |
| In interwave scheduling, the K dimension is separated into chunks. The same chunk is loaded into each wave. Once the chunk has been loaded into all the waves, the same operation is run on the chunk. |
Contributor
Author
There was a problem hiding this comment.
Changed the sentences altogether.
Contributor
|
Imported to ROCm/rocm-libraries |
illsilin
added a commit
to ROCm/rocm-libraries
that referenced
this pull request
Feb 7, 2026
## Proposed changes Adding information about inter/intrawave scheduling --- 🔁 Imported from [ROCm/composable_kernel#3660](ROCm/composable_kernel#3660) 🧑💻 Originally authored by @spolifroni-amd --------- Co-authored-by: spolifroni-amd <sandra.polifroni@amd.com> Co-authored-by: assistant-librarian[bot] <assistant-librarian[bot]@users.noreply.github.com> Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com> Co-authored-by: illsilin_amdeng <Illia.Silin@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.
Proposed changes
Adding information about inter/intrawave scheduling