mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 11:47:48 +00:00
fix out of lds
This commit is contained in:
@@ -13,7 +13,11 @@
|
||||
// GEMM config with 16x16 warp tile
|
||||
struct A16W4_FlatmmConfig16
|
||||
{
|
||||
static constexpr ck_tile::index_t M_Tile = 128;
|
||||
#if defined(__gfx950__)
|
||||
static constexpr ck_tile::index_t M_Tile = 256;
|
||||
#else
|
||||
static constexpr ck_tile::index_t M_Tile = 64;
|
||||
#endif
|
||||
static constexpr ck_tile::index_t N_Tile = 256;
|
||||
static constexpr ck_tile::index_t K_Tile = 256;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user