diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_setting.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_setting.hpp index 2f6844c483..2d9c185a27 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_setting.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_setting.hpp @@ -260,7 +260,7 @@ struct HstuAttentionWithSoftmaxFwdBlockTile<96> template <> struct HstuAttentionWithSoftmaxFwdBlockTile<128> { - using type = ck_tile::sequence<128, 64, 32, 128, 32, 128>; + using type = ck_tile::sequence<128, 64, 16, 128, 32, 128>; using gemm0_warps = ck_tile::sequence<4, 1, 1>; using gemm1_warps = ck_tile::sequence<4, 1, 1>; }; @@ -268,7 +268,7 @@ struct HstuAttentionWithSoftmaxFwdBlockTile<128> template <> struct HstuAttentionWithSoftmaxFwdBlockTile<256> { - using type = ck_tile::sequence<128, 64, 32, 256, 32, 256>; + using type = ck_tile::sequence<128, 64, 16, 256, 32, 256>; using gemm0_warps = ck_tile::sequence<4, 1, 1>; using gemm1_warps = ck_tile::sequence<4, 1, 1>; };