From dfa4ac5eb37272ee2b141d847add9e16258eeec4 Mon Sep 17 00:00:00 2001 From: "assistant-librarian[bot]" Date: Thu, 12 Jun 2025 23:12:55 +0000 Subject: [PATCH] Merge commit 'e5ece1446782b99877792d51e4ed3119dfd7000a' into develop --- example/ck_tile/03_gemm/gemm_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ck_tile/03_gemm/gemm_utils.hpp b/example/ck_tile/03_gemm/gemm_utils.hpp index aec5f6a116..cd4ace6d2f 100644 --- a/example/ck_tile/03_gemm/gemm_utils.hpp +++ b/example/ck_tile/03_gemm/gemm_utils.hpp @@ -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