From 86cf63e2d419ecd27cfd23922993b7fddc0a8e15 Mon Sep 17 00:00:00 2001 From: Srinath Kailasa Date: Mon, 11 Aug 2025 03:42:45 +0100 Subject: [PATCH] NIT: Grammar (#2537) --- media/docs/cpp/cute/03_tensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/cpp/cute/03_tensor.md b/media/docs/cpp/cute/03_tensor.md index 0a2883ba..413aa1b1 100644 --- a/media/docs/cpp/cute/03_tensor.md +++ b/media/docs/cpp/cute/03_tensor.md @@ -373,7 +373,7 @@ for (int j = 0; j < size<1>(gmem_tiled); ++j) { } ``` -This applies a statically shaped `Tiler` to the global memory `Tensor`, creates an register `Tensor` that is compatible with the shape of that tile, then loops through each tile to copy it into memory and `do_something`. +This applies a statically shaped `Tiler` to the global memory `Tensor`, creates a register `Tensor` that is compatible with the shape of that tile, then loops through each tile to copy it into memory and `do_something`. ## Summary