From 55d7cf487d051dab31668818bda482f14eb24820 Mon Sep 17 00:00:00 2001 From: Sudhir Kylasa Date: Wed, 9 Apr 2025 20:41:23 -0400 Subject: [PATCH] Fixed tile distribution pattern for ping pong scheduler. --- include/ck_tile/core/algorithm/static_encoding_pattern.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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>>{} ); }