NIT: Grammar (#2537)

This commit is contained in:
Srinath Kailasa
2025-08-11 03:42:45 +01:00
committed by GitHub
parent a267d47f9b
commit 86cf63e2d4

View File

@ -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 ## Summary