aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/include/ckw/TileInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'compute_kernel_writer/include/ckw/TileInfo.h')
-rw-r--r--compute_kernel_writer/include/ckw/TileInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compute_kernel_writer/include/ckw/TileInfo.h b/compute_kernel_writer/include/ckw/TileInfo.h
index 4f801513b0..5f9d037a66 100644
--- a/compute_kernel_writer/include/ckw/TileInfo.h
+++ b/compute_kernel_writer/include/ckw/TileInfo.h
@@ -36,7 +36,7 @@ namespace ckw
constexpr int32_t kTileWidthIdx = 0;
constexpr int32_t kTileHeightIdx = 1;
-/** Compute Kernel Writer tile shape */
+/** Compute Kernel Writer tile shape. It is used to define the shape of the tile */
using TileShape = std::array<int32_t, 2>;
/** Compute Kernel Writer tile info */