Merge commit 'e5ece1446782b99877792d51e4ed3119dfd7000a' into develop

This commit is contained in:
assistant-librarian[bot]
2025-06-12 23:12:55 +00:00
parent 245abeb5c5
commit dfa4ac5eb3

View File

@@ -49,7 +49,7 @@ struct GemmConfig
static constexpr ck_tile::index_t M_Warp_Tile = 32;
static constexpr ck_tile::index_t N_Warp_Tile = 32;
static constexpr ck_tile::index_t K_Warp_Tile = 8;
static constexpr ck_tile::index_t K_Warp_Tile = 16;
static constexpr bool DoubleSmemBuffer = false;
#endif