From 825d17c3d772b0533afdccb0aba91a85537234d8 Mon Sep 17 00:00:00 2001 From: Sami Aario Date: Thu, 11 Dec 2025 12:32:52 +0000 Subject: [PATCH] Fix a comment --- include/ck_tile/core/tensor/load_tile.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ck_tile/core/tensor/load_tile.hpp b/include/ck_tile/core/tensor/load_tile.hpp index 43cd0ab9c4..39249cec9c 100644 --- a/include/ck_tile/core/tensor/load_tile.hpp +++ b/include/ck_tile/core/tensor/load_tile.hpp @@ -57,8 +57,8 @@ CK_TILE_DEVICE auto load_tile_with_elementwise(const TileWindow_& tile_window, number = {}, bool_constant = {}) { - // TODO: Tile windows should works with unknow number of params - // Load element_wise API works only when the input typle is a tuple-tyupe + // TODO: Tile windows should work with unknown number of params + // Load element_wise API works only when the input type is a tuple-type return tile_window[number<0>{}].load( tile_window, elementwise, number{}, bool_constant{}); }