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:
@ -217,7 +217,7 @@ for (int i = 0; i < A.size(); ++i)
|
||||
|
||||
## 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
|
||||
composition(Tensor, Tiler)
|
||||
logical_divide(Tensor, Tiler)
|
||||
|
||||
Reference in New Issue
Block a user