Skip to content

doc: fix stride typo in layout algebra composition example#3186

Open
leonardHONG wants to merge 1 commit intoNVIDIA:mainfrom
leonardHONG:fix/3182-stride-typo
Open

doc: fix stride typo in layout algebra composition example#3186
leonardHONG wants to merge 1 commit intoNVIDIA:mainfrom
leonardHONG:fix/3182-stride-typo

Conversation

@leonardHONG
Copy link
Copy Markdown

The composition example shows the strides as (72*w, 24*x, 4*x, 2*z), but the third entry should be 4*y — the residue at position 3 should pick up y, not x, given the original strides (w,x,y,z). Issue author already verified with cute.composition.

Fixes #3182.

@tea-more
Copy link
Copy Markdown

Thanks

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOC] Wrong stride in Layout Algebra docs, composition worked example

2 participants