cutlass
cutlass copied to clipboard
Fix SMEM index for C in CuTe examples
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).
Good catch :)
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.