diff --git a/include/ck_tile/core/algorithm/static_encoding_pattern.hpp b/include/ck_tile/core/algorithm/static_encoding_pattern.hpp index e6deb177e8..e611f7be0b 100644 --- a/include/ck_tile/core/algorithm/static_encoding_pattern.hpp +++ b/include/ck_tile/core/algorithm/static_encoding_pattern.hpp @@ -145,11 +145,11 @@ struct TileDistributionEncodingPattern2D, - tuple, sequence>, - tuple, sequence<2, 1>>, + tuple, sequence>, + tuple, sequence<1, 2>>, tuple, sequence<1, 0>>, sequence<1, 2>, - sequence<1, 2>>{} + sequence<2, 1>>{} ); }