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{}); }