diff --git a/media/docs/cpp/cute/00_quickstart.md b/media/docs/cpp/cute/00_quickstart.md index a14437ae..aa4ea9d1 100644 --- a/media/docs/cpp/cute/00_quickstart.md +++ b/media/docs/cpp/cute/00_quickstart.md @@ -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.