[Doc]fix typo (#2174)
Co-authored-by: wenju.li <wenju.li@deepctr.cn> Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
This commit is contained in:
@ -112,7 +112,7 @@ that returns `true` if running on thread `tid` and threadblock `bid`.
|
||||
|
||||
Some CuTe types have special printing functions that use a different output format.
|
||||
|
||||
The `cute::print_layout` function will display any rank-2 layout in a plain test table. This is excellent for visualizing the map from coordinates to indices.
|
||||
The `cute::print_layout` function will display any rank-2 layout in a plain text table. This is excellent for visualizing the map from coordinates to indices.
|
||||
|
||||
The `cute::print_tensor` function will display any rank-1, rank-2, rank-3, or rank-4 tensor in a plain text multidimensional table. The values of the tensor are printed so you can verify the tile of data is what you expect after a copy, for example.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user