Use kN0=32

This commit is contained in:
Qianfeng Zhang
2025-04-30 05:42:43 +00:00
parent 2972de4c88
commit da89540ee0
2 changed files with 1 additions and 2 deletions

View File

@@ -156,7 +156,6 @@ struct HstuAttentionFwdPipelineQRKSVS
"wrong!");
constexpr index_t k1_loops = kN0 / kK1;
static_assert(2 <= k1_loops);
constexpr auto NumKVLdsBuffers = Policy::template GetNumKVLdsBuffers<Problem>();

View File

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