revert change on fmha

This commit is contained in:
Tianxing Wu
2025-11-07 12:31:31 +00:00
parent 8e7de8d5e3
commit 1d3304ab9e

View File

@@ -57,8 +57,9 @@ struct fmha_fwd_v3_kernel_traits
{
static constexpr auto date_type = DataType;
static constexpr bool is_variable_seqlen = IsVariableSeqlen;
static constexpr bool is_masking = IsMasking
// M0 N0 K0 N1 K1
static constexpr bool is_masking = IsMasking;
// M0 N0 K0 N1 K1
using fmha_block_tile = sequence<256, 32, 128, 128, 32, 128>;
using fmha_warp_gemm_shape = sequence<32, 32, 16>;
using fmha_block_warps = sequence<8, 1, 1>;