This commit is contained in:
Sami Remes
2026-01-16 08:22:11 -05:00
parent f6f9931541
commit 16ca5cb532
7 changed files with 135 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ struct MxGemmConfig
{
static constexpr ck_tile::index_t M_Tile = 128;
static constexpr ck_tile::index_t N_Tile = 256;
static constexpr ck_tile::index_t K_Tile = 256;
static constexpr ck_tile::index_t K_Tile = 512;
static constexpr ck_tile::index_t M_Warp = 1;
static constexpr ck_tile::index_t N_Warp = 4;