mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 02:54:21 +00:00
Use 16x16x16 WarpGemm
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user