Skip to content

Commit

Permalink
Update 02_layout_algebra.md (NVIDIA#1451)
Browse files Browse the repository at this point in the history
change line 348 to reflect correct layout.
  • Loading branch information
yazdanimehdi authored Apr 10, 2024
1 parent 8e7d9f4 commit a40e08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/docs/cute/02_layout_algebra.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ That is, the complement `R` of a layout `A` with respect to an integer `M` satis

* `complement((2,4):(1,6), 24)` is `3:2`. Note that `((2,4),3):((1,6),2)` has cosize `24` and produces unique indices.

* `complement((2,2):(1,6), 24)` is `(3,2):(2,12)`. Note that `((2,4),(2,2)):((1,6),(2,12))` has cosize `24` and produces unique indices.
* `complement((2,2):(1,6), 24)` is `(3,2):(2,12)`. Note that `((2,2),(3,2)):((1,6),(2,12))` has cosize `24` and produces unique indices.

<p align="center">
<img src="../../images/cute/complement1.png" alt="complement1.png" height="75"/>
Expand Down

0 comments on commit a40e08e

Please sign in to comment.