Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SMEM index for C in CuTe examples #1477

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joerowell
Copy link

The static check against CSmemLayout in all of the CuTe sgemm examples checks against size<0> twice.

This has only passed thus far because size<0>(CSmemLayout{}) == size<1>(CSmemLayout{});, but it isn't strictly correct (it would imply that CSmemLayout is an BLK_M x BLK_M matrix, rather than a BLK_M x BLK_N matrix).

@thakkarV
Copy link
Collaborator

Good catch :)

Copy link

This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants