Fix doc cute 03_tensor.md link typo (#2627)

* Update 03_tensor.md fix link typo

change path to relative path

* Update 03_tensor.md

---------

Co-authored-by: Haicheng Wu <57973641+hwu36@users.noreply.github.com>
This commit is contained in:
Wanshe
2025-09-16 10:26:43 +08:00
committed by GitHub
parent 57e3cfb47a
commit 29c1ad704a

View File

@ -217,7 +217,7 @@ for (int i = 0; i < A.size(); ++i)
## Tiling a Tensor ## Tiling a Tensor
Many of the [`Layout` algebra operations](https://github.com/NVIDIA/cutlass/blob/main/media/docs/cute/02_layout_algebra.md) can also be applied to `Tensor`. Many of the [`Layout` algebra operations](https://github.com/NVIDIA/cutlass/blob/main/media/docs/cpp/cute/02_layout_algebra.md) can also be applied to `Tensor`.
```cpp ```cpp
composition(Tensor, Tiler) composition(Tensor, Tiler)
logical_divide(Tensor, Tiler) logical_divide(Tensor, Tiler)