CMS implementation for 192x256x64TN#2623
Merged
jfactory07 merged 8 commits intoNov 18, 2025
Merged
Conversation
## Motivation We are about to land a significant number of custom schedules for various tile sizes and transpose orientations. By using the convention "a schedule is described in a function" we can reasonably scale the code out, instead of a chain of if/elif blocks that spans hundreds or thousands of lines. Initially we keep the existing schedules in functions inside CustomSchedule.py, but we can refactor as needed. ## Technical Details ## Test Plan TENSILELITE_CLIENT_ARGS="--build-type Debug --gpu-targets gfx950 --clean" tox -e py39 -- Tensile/Tests -k custom_mainloop_scheduling.yaml ## Test Result <!-- Briefly summarize test outcomes. -->
0adc241 to
e5670e7
Compare
Collaborator
|
Pls resolve the conflicts and upload test logfiles in our directory. |
Contributor
Author
Done. |
Collaborator
|
CMS test seems failing, would you pls investigate it? |
Contributor
Author
@msujon-AMD pass now. |
msujon-AMD
approved these changes
Nov 17, 2025
jfactory07
added a commit
that referenced
this pull request
Nov 19, 2025
This reverts commit 974c296.
jfactory07
added a commit
that referenced
this pull request
Nov 19, 2025
This reverts commit 54489ac.
jfactory07
added a commit
that referenced
this pull request
Nov 19, 2025
This reverts commit 54489ac.
jfactory07
added a commit
that referenced
this pull request
Nov 19, 2025
This reverts commit 54489ac.
1 task
minsukim-amd
pushed a commit
that referenced
this pull request
Nov 25, 2025
CMS implementation for 192x256x64TN test for 3072x4096x8192 got 7% uplift - [ ] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. --------- Co-authored-by: T.J. Alumbaugh <talumbau@users.noreply.github.com>
minsukim-amd
pushed a commit
that referenced
this pull request
Nov 25, 2025
This reverts commit 4e1c92c.
b-shi
pushed a commit
that referenced
this pull request
Dec 12, 2025
## Motivation CMS implementation for 192x256x64TN ## Test Result test for 3072x4096x8192 got 7% uplift ## Submission Checklist - [ ] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. --------- Co-authored-by: T.J. Alumbaugh <talumbau@users.noreply.github.com>
ammallya
pushed a commit
that referenced
this pull request
Feb 3, 2026
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
CMS implementation for 192x256x64TN
Test Result
test for 3072x4096x8192
got 7% uplift
Submission Checklist