fix(gemm_universal): Update gemm_utils.hpp so it builds successfully for memory pipeline (#2336)

This commit is contained in:
Aviral Goel
2025-06-12 18:27:14 -04:00
committed by GitHub
parent f59b8c7d3d
commit e5ece14467

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