CMS implementation for 192x256x64TN#2792
Merged
jfactory07 merged 28 commits intoDec 1, 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. -->
talumbau
reviewed
Nov 21, 2025
sebvince
reviewed
Nov 24, 2025
Contributor
sebvince
left a comment
There was a problem hiding this comment.
I haven't done a full review, just answering TJ question. However, I did a quick test of the provided CSM, and the test fails on my machine when I use 192x256 instead of 256x192.
Also, I don’t see the updated solution in the YAML file. Is that intentional?
1 task
Contributor
Author
a mistake. I have added it. |
sebvince
requested changes
Nov 28, 2025
b-shi
pushed a commit
that referenced
this pull request
Dec 12, 2025
ammallya
pushed a commit
that referenced
this pull request
Feb 3, 2026
[ROCm/composable_kernel commit: 9e71e9f]
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
resubmit #2623 after fix random test fail
I have run the test 8 times without failures