Use kK1=16

This commit is contained in:
Qianfeng Zhang
2025-05-07 09:51:16 +00:00
parent 079f7e3a03
commit 632fd06a7a

View File

@@ -35,7 +35,7 @@ struct HstuAttentionFwdBlockTile<64>
template <>
struct HstuAttentionFwdBlockTile<128>
{
using type = ck_tile::sequence<128, 32, 32, 128, 32, 128>;
using type = ck_tile::sequence<128, 32, 16, 128, 16, 128>;
using gemm0_warps = ck_tile::sequence<4, 1, 1>;
using gemm1_warps = ck_tile::sequence<4, 1, 1>;
};