Fix example in CuTe tutorials (#2416)

This commit is contained in:
Luca Wehrstedt
2025-07-31 04:11:47 +02:00
committed by GitHub
parent f09045d660
commit a39cf6b511

View File

@ -142,8 +142,8 @@ Put into words, `A o B = A o s:d`, for integral `s` and `d` means that we want (
* `(6,2) / 3 => (2,2)`
* `(6,2) / 6 => (1,2)`
* `(6,2) / 12 => (1,1)`
* `(3,6,2,8) / 3 => (1,3,2,8)`
* `(3,6,2,8) / 6 => (1,6,2,8)`
* `(3,6,2,8) / 3 => (1,6,2,8)`
* `(3,6,2,8) / 6 => (1,3,2,8)`
* `(3,6,2,8) / 9 => (1,2,2,8)`
* `(3,6,2,8) / 72 => (1,1,1,4)`