Use 16x16x16 WarpGemm

This commit is contained in:
Qianfeng Zhang
2025-04-24 07:59:28 +00:00
parent 7848d15d39
commit cea919aefb

View File

@@ -48,7 +48,7 @@ struct HstuAttentionFwdBlockTile<256>
using gemm1_warps = ck_tile::sequence<4, 1, 1>;
};
using HstuAttentionFwdWarpTile1 = ck_tile::sequence<32, 32, 16>;
using HstuAttentionFwdWarpTile1 = ck_tile::sequence<16, 16, 16>;
template <ck_tile::index_t MaxK>
struct HstuAttentionFwdShape;