[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:
liwenju0
2025-04-11 00:46:53 +08:00
committed by GitHub
parent df8a550d39
commit 09df6ac464

View File

@ -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.